A starter guide to Functions in Javascript
Functions are the heart of Javascript. They are known as first class objects. Coming from a background where I wrote C++ during my initial days of learning how to code, it blew my mind when I came to know that in JS we can even pass functions as para...
shahazad.hashnode.dev4 min read