0

is there Official JavaScript Engine Available..

i want to know that is there any official javascript engine available by the developers of javascript and not thirdparty like V8

7th Feb 2020, 11:47 AM
Abhay Singh
Abhay Singh - avatar
1 Answer
+ 2
""" The first JavaScript engine was created byĀ Brendan EichĀ in 1995 for theĀ Netscape NavigatorĀ web browser. It was a rudimentaryĀ interpreterĀ for the nascent language Eich invented. (This evolved into theĀ SpiderMonkeyĀ engine, still used by theĀ FirefoxĀ browser.) """ ~https://en.m.wikipedia.org/wiki/JavaScript_engine I think that the only JS engine that you can call as official is one developed by Brendan Eich (Creater of JS) After that many browsers implemented their own engines which were obviously superior to the first working version of Breadan. Also language itself has evolved a lot trying to use that old version doesn't sound a good choice. also I'm not sure where you can get that old engine :> V8 is currently best performing JS engine. https://www.sololearn.com/post/113100/?ref=app
7th Feb 2020, 12:24 PM
šŸ‡®šŸ‡³OmkaršŸ•‰
šŸ‡®šŸ‡³OmkaršŸ•‰ - avatar