#javascript
Read more stories on Hashnode
Articles with this tag
Problems using map(), filter() and reduce(). Q1. Write an ES6 function that takes an array of numbers and returns an array with each number...
What is the purpose of the reduce() function in JavaScript? The reduce() function is used to reduce an array to a single value. It applies a function...
What is Props? Props stands for properties. Props are used to transferdata from one component to other another. Props are read-only. Props are...
Scopes, Built-in functions, Higher order ยท Content of this blog: Function Declaration: The first way to Declare a function in JavaScript: funtion...