#web-development
Read more stories on Hashnode
Articles with this tag
What is a Function? A function is a reusable piece of code that performs a particular task or executes a set of instructions and returns something. In...
This article is focused on a simple explanation of Scope in JavaScript, different types of scopes, and some examples. · Scope The Scope is a range of any...
A proper beginner guide for API, it's functionality, advantages, etc. · What is an API? API is the acronym for Application Programming Interface ,...