JavaScript – 01 – Introduction
JavaScript is primarily used as a client-side scripting language used for creating dynamic web pages. The scripts are embedded into HTML pages that are then executed on the client’s system when they view those web pages. Despite its name JavaScript is a completely different language than Java. JavaScript is an interpreted language, meaning that scripts execute without preliminary compilation.
Recommended additional reading:Sams - Teach Yourself JavaScript in 24 Hours


Leave a Reply