#javascript
Read more stories on Hashnode
Articles with this tag
Closures A closure in JavaScript is a combination of a function bundled with its lexical environment. Let’s understand with an example. The above...
Promises in javascript are similar to the promises that your mom made when you didn't do your homework.......just kidding, let's get started. By...
Node JS, as per the standard definition is an open-source and cross-platform runtime environment for executing JavaScript code outside a browser. The...
API stands for Application Programming Interface. It acts as a mediator and facilitates communication between two applications. An API is basically a...