#developer
Read more stories on Hashnode
Articles with this tag
We will learning everything about let, var, and const. "let", "var", and "const" are keywords in JavaScript used for variable declaration. ยท Var "var"...
In JavaScript, a higher-order function is a function that takes one or more functions as arguments, and/or returns a function as its result. A common...
What is Function? In JavaScript, a function is a block of code that can be executed one or multiple times, optionally with some input (referred to as...
What is Object ? In JavaScript, an object is a collection of properties, and a property is an association between a name (or key) and a value. A...