What is Javascript? JavaScript is a scripting language that enables you to create dynamically updating content, control multimedia, animate images, and pretty much everything else. (Okay, not everything, but it is amazing what you can achieve with a few lines of JavaScript code). So it is a language for the Web, it can update and change both HTML and CSS and can calculate, manipulate and validate the data. It can be used within any browser in the world. On top of that, it can be used to write server-side code using node.js.

Usage : Either we can write the code in .js files and use node.js to run the code using the command - node filename.js. Otherwise we can write in node shell, to access the shell use the command - node.

Version : node v10.19.0

Different Links to learn Javascript from?

Javascript Programming Paradigms

  • Scripting Language
  • Dynamic
  • “Duck-typed” language
  • Functional Language
  • Object Oriented

Delimiter : JS uses semicolon to indicate the end of a line.

Contents


Note : The following documentation is just like a pocket reference, placement preperations, etc.