Cheat Sheets

A collection of cheat sheets.

Hosted on GitHub Pages — Theme by mattgraham

Hello World

function hello()
{
    console.log("Hello World!");
}

hello();