├── ArrayObjectsJS
├── index.html
└── script.js
├── Calculadora
├── Documentacion
├── ejemplo.png
├── index.html
└── text.html
├── CssGrid
├── index.html
└── styles.css
├── EventosHtmlJs
├── ejemploHtmlsinEventos.html
├── index.html
├── script.js
└── scriptEvent.js
├── ExamplePoo
├── computador.php
├── electrodomestico.php
├── gestionarElectrodomesticos.php
├── index.php
└── lavadora.php
├── Flexbox
├── index.html
└── styles.css
├── FormulariosHtmlJs
├── formularioBasico.html
└── script.js
├── HolaMundo
└── index.html
├── HtmlJavascript
├── example.html
├── example.js
├── htmlExcludeJavascript.html
├── htmlIncludeJavascript.html
├── information.json
├── script.js
└── styles.css
├── JS
├── control.html
└── index.html
├── Logica
└── index.html
├── almacenamientoIndexedDBJs
├── index.html
└── script.js
├── almacenamientoJSWeb
├── AlmacenamientoJs.html
└── script.js
├── calculadoraPhp
├── classCalculadora.php
└── index.php
├── ejemplo.png
├── html
├── ExampleStyles.html
├── abc.css
├── asd.css
├── bbb.mp4
├── html-selectors
│ ├── selectorClass.html
│ ├── selectorElement.html
│ ├── selectorId.html
│ ├── selectorMultiple.html
│ └── styles
│ │ ├── selectorClass.css
│ │ ├── selectorElement.css
│ │ ├── selectorId.css
│ │ └── selectorMultiple.css
├── html-styles
│ ├── firstStyle.html
│ ├── secondStyle.html
│ ├── styles
│ │ └── thirdStyle.css
│ └── thirdStyle.html
├── index.html
└── style.css
├── implemetacionLibreria
├── index.html
└── materialize
│ ├── LICENSE
│ ├── README.md
│ ├── css
│ ├── materialize.css
│ └── materialize.min.css
│ └── js
│ ├── materialize.js
│ └── materialize.min.js
├── my-project
├── .editorconfig
├── .env.example
├── .gitattributes
├── .gitignore
├── README.md
├── app
│ ├── Console
│ │ └── Kernel.php
│ ├── Exceptions
│ │ └── Handler.php
│ ├── Http
│ │ ├── Controllers
│ │ │ └── Controller.php
│ │ ├── Kernel.php
│ │ └── Middleware
│ │ │ ├── Authenticate.php
│ │ │ ├── EncryptCookies.php
│ │ │ ├── PreventRequestsDuringMaintenance.php
│ │ │ ├── RedirectIfAuthenticated.php
│ │ │ ├── TrimStrings.php
│ │ │ ├── TrustHosts.php
│ │ │ ├── TrustProxies.php
│ │ │ ├── ValidateSignature.php
│ │ │ └── VerifyCsrfToken.php
│ ├── Models
│ │ ├── Book.php
│ │ ├── Calificacion.php
│ │ ├── Car.php
│ │ ├── Customer.php
│ │ ├── House.php
│ │ ├── Personal.php
│ │ ├── Student.php
│ │ └── User.php
│ └── Providers
│ │ ├── AppServiceProvider.php
│ │ ├── AuthServiceProvider.php
│ │ ├── BroadcastServiceProvider.php
│ │ ├── EventServiceProvider.php
│ │ └── RouteServiceProvider.php
├── artisan
├── bootstrap
│ ├── app.php
│ └── cache
│ │ └── .gitignore
├── composer.json
├── composer.lock
├── config
│ ├── app.php
│ ├── auth.php
│ ├── broadcasting.php
│ ├── cache.php
│ ├── cors.php
│ ├── database.php
│ ├── filesystems.php
│ ├── hashing.php
│ ├── logging.php
│ ├── mail.php
│ ├── queue.php
│ ├── sanctum.php
│ ├── services.php
│ ├── session.php
│ └── view.php
├── database
│ ├── .gitignore
│ ├── factories
│ │ └── UserFactory.php
│ ├── migrations
│ │ ├── 2023_06_02_131008_create_score_table.php
│ │ ├── 2023_06_02_133112_create_calificacion_table.php
│ │ ├── 2023_06_05_112555_create_customers_example.php
│ │ ├── 2023_06_05_124105_create_books_table.php
│ │ ├── 2023_06_06_124453_create_cars_table.php
│ │ └── 2023_06_06_125122_create_houses_table.php
│ └── seeders
│ │ └── DatabaseSeeder.php
├── package.json
├── phpunit.xml
├── public
│ ├── .htaccess
│ ├── favicon.ico
│ ├── index.php
│ └── robots.txt
├── resources
│ ├── css
│ │ └── app.css
│ ├── js
│ │ ├── app.js
│ │ └── bootstrap.js
│ └── views
│ │ └── welcome.blade.php
├── routes
│ ├── api.php
│ ├── channels.php
│ ├── console.php
│ └── web.php
├── storage
│ ├── app
│ │ ├── .gitignore
│ │ └── public
│ │ │ └── .gitignore
│ ├── framework
│ │ ├── .gitignore
│ │ ├── cache
│ │ │ ├── .gitignore
│ │ │ └── data
│ │ │ │ └── .gitignore
│ │ ├── sessions
│ │ │ └── .gitignore
│ │ ├── testing
│ │ │ └── .gitignore
│ │ └── views
│ │ │ └── .gitignore
│ └── logs
│ │ └── .gitignore
├── tests
│ ├── CreatesApplication.php
│ ├── Feature
│ │ └── ExampleTest.php
│ ├── TestCase.php
│ └── Unit
│ │ └── ExampleTest.php
└── vite.config.js
├── phpJs
├── example.html
└── example.php
├── poo
├── Ejemplo.php
└── index.php
├── ppoo
├── connection.php
├── encapsulamiento.php
├── herencia.php
├── index.php
└── polimorfismo.php
├── reviewphp
└── index.php
├── scriptSQL
├── admin_db.sql
├── joins.sql
├── operaciones.sql
├── pk_fk.sql
├── tables-insert-select.sql
├── taller_1.sql
├── taller_2.sql
└── update-delete-select-where.sql
├── tallerFronted
├── index_e2.html
├── index_e34.html
├── index_e5.html
├── script_e2.js
├── script_e34.js
└── script_e5.js
├── tallerPHP
├── example_1.php
├── example_2.php
├── example_3.php
├── example_4.php
├── example_5.php
└── example_6.php
└── tallerPHP2
├── example_1.php
├── example_2.php
└── example_3.php
/ArrayObjectsJS/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |