JavaScript Cheatsheet By Chloe

Javascript (JS) is one of the most popular languages on the web. It is an object orientated language that makes your website interactive.
To start writing JS you don't have to download anything, you simply need a browser and a script.js file.
Similar to CSS, JS is written in an external file and linked to the pages in a script tag, however, the script tags are placed at the bottom of the page just before the closing body tag.
Javascript basics
String Methods
Math Methods
Loops
Conditional Statements
Arrays
Objects
Functions
'This' keyword
Scope and hoisting
JS Examples
Events