001_Javascript-Introduction
Initially named "LiveScript".
Has nothing in relation to JAVA.
Executed using a special program called the Javascript Engine.
Eg: v8 in chrome, spider monkey in Firefox.
JS Engines parses the script and compiles the script to the machine language.
S...
manishtanwar.hashnode.dev