Functions in JavaScript
What makes a function a function? It
contains a block of code
can take some input(s)
convert those input(s) into an output
must work the same way every time (deterministic)
all in all, it turns the block of code reusable
To sum up, functions t...
cd2lrn.hashnode.dev3 min read