Javascript Demystified In 5 Mins Or Less
Quick Javascript Intro

When you load any page on the Internet, your computer sends a folder of files including at least one HTML file. This HTML file can load JavaScript with something called a script tag from either the same folder or elsewhere on the Internet.
JavaScript is the only client-side language. That means, it waits to execute code until it’s…