DEV Community

Cover image for Why Javascript is more popular ?
Saqib
Saqib

Posted on

Why Javascript is more popular ?

1. Run's on the web.
It is the default language and browser can only understand Javascript.

2. Built on V8 Engine
Instead of using interpreter, it compiles javascript code into machine code at execution by implementing a just-in-time compiler.

3. Using ES6
ES6 is the latest version of scripting language standard.

4. Omnipresence
Javascript is present everywere

  1. Front-end (Js, ReactJS)
  2. Back-end (NodeJS)
  3. Andriod (ReactNative)
  4. Desktop (ElectronJS)

5. Faster than Ever.

Buy me a Coffee

Top comments (0)