Category JavaScript

JavaScript Keywords | List of Reserved Words

Keywords in JavaScript are pre-defined words that have specific meanings to the interpreter and that meanings cannot be changed. They are also called reserved words in JavaScript. JavaScript provides a set of reserved keywords that are the part of syntax…

JavaScript Comments

Comments in JavaScript are statements we write as part of our code to communicate something to humans. They are human-readable descriptions or explanations of code that we add to our script code to make the script easier to understand and…

Scripting Language vs Programming Language

Difference between scripting language vs programming language

Generally, most beginner programmers understand that both scripting language and programming language terms are similar to each other and use the terms interchangeably. But the truth is that both are very different from each other. To be a good programmer,…