#javascript
Read more stories on Hashnode
Articles with this tag
What is API? Application Programming Interface: A piece of software that can be used by another piece of software, to allow applications to talk to...
First Class Functions : Javascript treats functions as simple values. Functions are just another "type" of an object. The function can also be passed...