├── README.md └── js-5 ├── app.js └── index.html /README.md: -------------------------------------------------------------------------------- 1 | # Mente-Academy-JS-5 2 | js 3 | -------------------------------------------------------------------------------- /js-5/app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IsrafilliRamin/Mente-Academy-JS-5/HEAD/js-5/app.js -------------------------------------------------------------------------------- /js-5/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IsrafilliRamin/Mente-Academy-JS-5/HEAD/js-5/index.html --------------------------------------------------------------------------------