├── index.html └── js ├── closures.js ├── factory-functions.js └── pure-functions.js /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmad245/javaScript-functions/HEAD/index.html -------------------------------------------------------------------------------- /js/closures.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmad245/javaScript-functions/HEAD/js/closures.js -------------------------------------------------------------------------------- /js/factory-functions.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmad245/javaScript-functions/HEAD/js/factory-functions.js -------------------------------------------------------------------------------- /js/pure-functions.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmad245/javaScript-functions/HEAD/js/pure-functions.js --------------------------------------------------------------------------------