Skip to content

Mohammed-Lashein/mastering-js-functional-programming-book-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chapters notes

Regarding running the code: If you have node installed, you can use node <path-to-file-relative-to-your-cwd>

Mnemonics

The book has some nice mnemonics, so I will document them here for later reference

Mnemonic 1

How to remember the syntax of apply() and call() methods regarding required arguments?
=> A is for Array, and c is for comma (separate passed arguments)


A package.json note.

What is the use of "type": "module"?
It instructs nodejs to enable ESM for our .js files instead of commonjs modules

About

Here I document my notes and what I learnt from studying in mastering js functional programming book

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published