+ 1
What app do you use to run JavaScript code for test? On PC actually
JavaScript
4 Answers
+ 6
Web Browser .
+ 4
Yes, Javascript can be bundled inside a html document so that browser can execute that. Generally a modern browser contains a Javascript engine (like V8 for Chrome, Gecho and SpiderMonkey for Firefox) that interpretes Javascript to machine language and tells the device hardware what task to perform.
+ 1
oh really... thought it was different from HTML. Thanks
+ 1
ok