3 followers
I'm a front-end developer.
A function is the main building block of the JavaScript program. We can call the function many times without any repetition of code. Functions are...
Basically! JavaScript array is a collection of data (elements in all types of, such that string, number, boolean, an array). A pair of square brackets...
Function declaration The first difference is name, when you create a function with a name, that is a function declaration( not an anonymous function)....
First, let's know a little bite about palindrome? A palindrome is a word or number which reads the same backward as forward. Project overview This...
An application that can tell you your loss and profit on the share market. But make sure that, your profit and loss is more than 50% of the...
When ES6 (ECMAScript 2015 or ECMAScript 6) came into the role, It was a major revision in javaScript and introduces new syntax. One of these syntaxes...