added Youtube link in line 15 with a bit of intro (#22263)

pull/34371/head
Adhiraj 2018-11-18 18:42:48 +05:30 committed by Tom
parent 51c43e2aca
commit dab81b7da9
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ Notably, JavaScript has no relation to Java. [JavaScript: The World's Most Misun
The official name of JavaScript is ECMAScript defined under Standard [ECMA-262](https://www.ecma-international.org/publications/standards/Ecma-262.htm)
If you want to learn more about the JavaScript language, and why it's so widely used, read Quincy Larson's article - [Which programming language should I learn first?](https://medium.freecodecamp.org/what-programming-language-should-i-learn-first-%CA%87d%C4%B1%C9%B9%C9%94s%C9%90%CA%8C%C9%90%C9%BE-%C9%B9%C7%9D%CA%8Dsu%C9%90-19a33b0a467d) -
or watch this [inspiring video from Preethi Kasireddy](https://www.youtube.com/watch?v=VqiEhZYmvKk).
or watch this [inspiring video from Preethi Kasireddy](https://www.youtube.com/watch?v=VqiEhZYmvKk). Or else you can watch this [commendable video by Matt Hippely about the history of JavaScript and up to date with modern Javascript practices.](https://youtu.be/CseCDFed458)
## Standalone JavaScript Engines
Mozilla's SpiderMonkey, the first JavaScript engine ever written, currently used in Mozilla Firefox.