JavaScript
JavaScript is a lightweight, cross-platform, object-based scripting language. JavaScript is not compiled, but translated. A JavaScript translator (built into your browser) is responsible for translating JavaScript code. Useful for validating input in a web browser without going to a server. As the user interacts with her web page, it’s convenient to work with the HTML […]
What is JavaScript? JavaScript is an object-based scripting language that is lightweight and cross-platform. JavaScript is not compiled but translated. The JavaScript Translator (embedded in browser) is responsible to translate the JavaScript code. It useful for validating input in a web browser without needing to go to the server. It useful for manipulating HTML DOM, […]
What is JavaScript? JavaScript is an object-based scripting language that is lightweight and cross-platform. JavaScript is not compiled but translated. The JavaScript Translator (embedded in browser) is responsible to translate the JavaScript code. It useful for validating input in a web browser without needing to go to the server. It useful for manipulating HTML DOM, […]