An Introduction to JavaScript
This is an introduction/overview of JavaScript. It is written for web designers, not necessarily programmers – so some things will be treated at a higher level. JavaScript is an interpreted language meaning that it stays in the plain text format, and lets the browser run it each time it encounters it. It means it is…