├── 1_forEach └── README.md ├── 2_map ├── README.md └── spells.js ├── 3_filter ├── README.md └── spells.js ├── 4_reduce ├── README.md └── spells.js └── README.md /1_forEach/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackreactor/introduction_to_functional_javascript/HEAD/1_forEach/README.md -------------------------------------------------------------------------------- /2_map/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackreactor/introduction_to_functional_javascript/HEAD/2_map/README.md -------------------------------------------------------------------------------- /2_map/spells.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackreactor/introduction_to_functional_javascript/HEAD/2_map/spells.js -------------------------------------------------------------------------------- /3_filter/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackreactor/introduction_to_functional_javascript/HEAD/3_filter/README.md -------------------------------------------------------------------------------- /3_filter/spells.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackreactor/introduction_to_functional_javascript/HEAD/3_filter/spells.js -------------------------------------------------------------------------------- /4_reduce/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackreactor/introduction_to_functional_javascript/HEAD/4_reduce/README.md -------------------------------------------------------------------------------- /4_reduce/spells.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackreactor/introduction_to_functional_javascript/HEAD/4_reduce/spells.js -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackreactor/introduction_to_functional_javascript/HEAD/README.md --------------------------------------------------------------------------------