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
- Front-end (Js, ReactJS)
- Back-end (NodeJS)
- Andriod (ReactNative)
- Desktop (ElectronJS)
5. Faster than Ever.
Top comments (0)