These are the biggest Javascript cheat sheets

Manpreet Singh
4 min readMay 12, 2021

Welcome back! Recently i’ve been discussing some of the most popular cheat sheets for Python, now let’s check out some cheat sheets for Javascript! As I always state: you must learn the language first, but cheat sheets are great ways to refresh your overall knowledge of a programming language, with that out of the way let’s get started!

HtmlCheatSheet.com

Starting off we have a fairly massive Javascript cheat sheet from HtmlCheatSheet.com, to access this cheat sheet click the link down below:

This cheat sheet covers tons of important concepts of Javascript, it first goes into the basics of this language including handling functions, outputs and commenting on code. Later in the sheet it shows how to handle loops (for, while and do loops):

--

--