1 What are the data types?
Supported by JavaScript we have primitive data types like string, boolean, number, bigint, null and undefined...
Some comments have been hidden by the post's author - find out more
For further actions, you may consider blocking this person and/or reporting abuse
Nice article.
Few suggestions.
Eg
Below name function code will work
hello();
function hello(){
console.log("Hello , will work");
}
But below anonymous function assigned to
variable will not work.
hello2();
var hello2 = function (){
console.log("Will not work");
}
Reason : Hoisting
Thank you. Already Added
Nice article, thank you for sharing 🙂
You're welcome
You rock for this. Thank You!
You're welcome
Useful!
Thank You
Thank you.
You're Welcome
Great work. Take love
Taken <3