Explain: Arrow function or fat arrow function

What is arrow function
Arrow function also known as fat arrow function

The best feature ever release by javascript is the Arrow function. An arrow function is also known as a fat arrow function. Basically the use of arrow function is a concise way to write the function in javascript.

Read moreExplain: Arrow function or fat arrow function

Explain: Three dots or spread operator

Three dots or spread operator
Javascript Three dot is spread operator or syntax

Unbelievable Feature release by ES6. it’s called spread operator or rest operator
The spread operator is used for spread syntax. This operator use in array and object. We also called spread elements

Read moreExplain: Three dots or spread operator

Remove a specific item from an array

How to remove a specific value from an array?
Remove an element from array

A common question asked by the developer “How to remove a specific item from an array?”. Many developers ask questions related to an array. Some developers are beginners in our network, So we will try to clear the JavaScript concept using the article or direct communication.

Read moreRemove a specific item from an array

What is promise and Async/Await?

What is promise and Asyns/Await?
Javascript Promise, async/await

Base on developer requirement we are going to cover promises and async/await with this article. Some developers are still confused about how to use promises and async javascript. JavaScript Promises are very similar to real-life promises made by us. After that promises, we make a plan and assure that we are successfully have done or broke.

Read moreWhat is promise and Async/Await?