What are the Javascript Engines (browsers) out there? and Who is using what?
IE
IE and Edge uses the Chakra(JScript) engine. "JScript is the Microsoft implementation of the ECMA 262 language specification (ECMAScript Edition 3)". http://msdn.microsoft.com/en-us/library/hbxc2t98
Chrome
"Chrome uses the V8 Engine. V8 is Google's open source JavaScript engine". http://code.google.com/p/v8/
FireFox
Firefox uses SpiderMonkey (Tracemonkey). "SpiderMonkey is Mozilla's JavaScript engine written in C/C++. It is used in various Mozilla products, including Firefox, and is available under MPL/GPL/LGPL tri-license." https://developer.mozilla.org/en/SpiderMonkey
Safari
"The Nitro JavaScript engine is an advanced bytecode JavaScript engine that makes web browsing even faster, and it’s what powers Safari on the Mac, PCs, and iOS devices." http://www.apple.com/safari/features.html
Opera
Opera uses an Javascript engine called carakan (futhark old version). http://my.opera.com/chooseopera/blog/2009/02/05/meet-carakan-and-vega
Pingback: Learning JavaScript – Where to Start? | Ycsoftware.net