🌐
GitHub
github.com β€Ί mbeaudru β€Ί modern-js-cheatsheet
GitHub - mbeaudru/modern-js-cheatsheet: Cheatsheet for the JavaScript knowledge you will frequently encounter in modern projects. Β· GitHub
This document is a cheatsheet for JavaScript you will frequently encounter in modern projects and most contemporary sample code.
Starred by 25.7K users
Forked by 3.2K users
🌐
Zero To Mastery
zerotomastery.io β€Ί cheatsheets β€Ί javascript-cheatsheet-the-advanced-concepts
Advanced JavaScript Cheat Sheet | Zero To Mastery
February 1, 2023 - We created this JavaScript Cheat Sheet for students of our JavaScript: The Advanced Concepts to help them as they learn modern, advanced JavaScript practices and become top 10% JavaScript developers.
Discussions

does anyone have a javascript cheat sheet that they recommend?

One thing that gave me a glimpse into the big picture of JavaScript was the MDN docs. You can navigate to the built in objects, then have a look at the most commonly used ones like Array, String, Object. Look at the method signatures and try to implement an example of the ones that you think you can handle. Good workout, and reference material.

More on reddit.com
🌐 r/learnprogramming
1
1
April 27, 2023
Online Interactive JavaScript (JS) Cheat Sheet

This is wonderful. I often know there is a way to do what I need, but can't remember enough to search online for it. This is very concise and will help with that.

More on reddit.com
🌐 r/Frontend
4
17
March 27, 2019
Javascript Cheatsheet β˜•οΈ

This looks very useful! The one thing I don't like is specifically labelling things as "ES6" features. ES6 is 4 years old now, and there's a new release every year. We're up to ES10/ES2019 now, and in general people should be using it. (Possibly with a compiler if they still need to support older interpreters.) There is nothing special about ES5 that's now a decade or of date.

More on reddit.com
🌐 r/javascript
9
2
May 21, 2019
Javascript API Cheat Sheet

http://devdocs.io/javascript/

More on reddit.com
🌐 r/javascript
18
161
March 17, 2015
🌐
Modern JS Cheatsheet
mbeaudru.github.io β€Ί modern-js-cheatsheet
Modern JavaScript Cheatsheet | Modern JS Cheatsheet
Cheatsheet for the JavaScript knowledge you will frequently encounter in modern projects.
🌐
DEV Community
dev.to β€Ί themeselection β€Ί the-ultimate-javascript-cheatsheet-collection-2k1l
The Ultimate JavaScript Cheatsheet Collection πŸš€ - DEV Community
October 15, 2024 - A Vanilla JavaScript Cheat Sheet is a quick reference guide for programmers that includes the most commonly used JavaScript (JS) code snippets, functions, methods, and concepts without relying on any libraries or frameworks.
🌐
JS-Cheatsheet
xremix.github.io β€Ί JS-Cheatsheet
JS Cheat Sheet | JS-Cheatsheet
JavaScript Cheatsheet for Modern JS, ES6 and useful Resources
🌐
Codecademy
codecademy.com β€Ί resources β€Ί cheatsheets β€Ί language β€Ί javascript
JavaScript Cheatsheets | Codecademy
CheatsheetsCreate a Back-End App with JavaScript - JavaScript Objects, Modules, and Browser Compatibility
🌐
JavaScript.info
javascript.info
The Modern JavaScript Tutorial
Modern JavaScript Tutorial: simple, but detailed explanations with examples and tasks, including: closures, document and events, object oriented programming and more.
Find elsewhere
🌐
HTML Cheat Sheet
htmlcheatsheet.com β€Ί js
JavaScript (JS) Cheat Sheet Online
JavaScript Cheat Seet contains useful code examples on a single page. Not just a PDF because it's interactive! Find code for JS loops, variables, objects and
🌐
Cyanhall
cyanhall.com β€Ί cheatsheet β€Ί 8.javascript-cheatsheet
Modern JavaScript Cheatsheet - CyanHall.com
const formData = new window.FormData() formData.append('file', data) window.localStorage.getItem(key) window.localStorage.setItem(key, data) window.location.origin // "https://www.cyanhall.com" window.location.hostname // "www.cyanhall.com" window.location.href // "https://www.cyanhall.com/posts/notes/8.javascript-cheatsheet/" window.open("https://www.cyanhall.com") window.addEventListener('resize', resizeHandler) window.removeEventListener('resize', resizeHandler) // Download excel file const xhr = new window.XMLHttpRequest() const applicationType = 'application/vnd.ms-excel; charset=UTF-8' x
🌐
GeeksforGeeks
geeksforgeeks.org β€Ί javascript β€Ί javascript-cheat-sheet-a-basic-guide-to-javascript
JavaScript Cheat Sheet - A Basic Guide to JavaScript - GeeksforGeeks
Event Handling: The cheat sheet covers methods for handling user interactions and browser events, enabling more responsive and interactive web content. Efficient Web Development: Enables faster coding by providing quick access to JavaScript syntax and functions.
Published Β  December 15, 2025
🌐
daily.dev
daily.dev β€Ί home β€Ί blog β€Ί get into tech β€Ί 50+ javascript cheat sheets for developers [2024]
50+ JavaScript Cheat Sheets for Developers [2024]
December 22, 2025 - Discover over 50 essential JavaScript cheat sheets for developers in 2024, covering syntax, frameworks, and more to boost your coding efficiency.
🌐
GeeksforGeeks
geeksforgeeks.org β€Ί javascript-cheat-sheet-a-basic-guide-to-javascript
JavaScript Cheat Sheet – A Basic Guide to JavaScript | GeeksforGeeks
Comprehensive Function Reference: The cheat sheet includes an extensive collection of JavaScript functions, methods, and properties, covering everything from basic variables and operators to complex objects and events.
Published Β  March 8, 2025
🌐
Freemote
freemote.com β€Ί javascript-cheat-sheet
JavaScript Cheat Sheet | Free JavaScript PDF
Complete JavaScript cheat sheet with modern ES6+ features, DOM manipulation, async programming, and common solutions. Perfect for developers of all levels.
🌐
RankRed
rankred.com β€Ί home β€Ί 20 useful javascript cheat sheets of 2025
20 Useful JavaScript Cheat Sheets of 2025 - RankRed
January 2, 2025 - First appeared in 1995, it has evolved into the most popular programming language (on Github) – all modern web browsers provide support for it, without the need of plugins by means of inbuilt JavaScript engine. We have gathered a few useful cheat sheets and infographics, especially for those ...
🌐
Es6cheatsheet
es6cheatsheet.com
Interactive JavaScript ES6, ES2016, and ES2017 cheatsheet!
In 5 minutes you will be able to read and understand modern JavaScript code. Using it on your own might take longer, but you can do it! :) Come back any time you're stuck. ... Welcome to the interactive ES6+ Cheatsheet. It's organized into 13 sections and 47 code samples.
🌐
JavaScript in Plain English
javascript.plainenglish.io β€Ί 10-javascript-cheat-sheets-that-will-boost-your-productivity-4a210162a121
10 JavaScript Cheat Sheets That Will Boost Your Productivity | by Josef Cruz | JavaScript in Plain English
August 2, 2021 - This happens to all JavaScript programmers. Fortunately, there are cheat sheets that can help you get the right code without memorizing them all. Let’s get started. This cheat sheet contains the most modern JavaScript knowledge you will frequently encounter in modern projects.
🌐
Website Setup
websitesetup.org β€Ί javascript cheat sheet
Javascript Cheat Sheet in PDF | WebsiteSetup
December 29, 2022 - Below you can find the Javascript cheat sheet in .pdf as well as in the text. Javascript Cheat Sheet Download Link If you find any errors in this sheet, please contact us – info@websitesetup.org
🌐
Coursera
coursera.org β€Ί coursera resources β€Ί resources - skill & tool cheat sheets β€Ί javascript cheat sheet
JavaScript Cheat Sheet | Coursera
August 4, 2025 - Quickly reference essential JavaScript functionalities with this comprehensive JavaScript Cheat Sheet. Streamline your coding process and efficiently implement various JS actions with clear examples
🌐
TemplateToaster Blog
blog.templatetoaster.com β€Ί templatetoaster blog β€Ί tips and tricks β€Ί javascript cheat sheet for design junkies (2023)
JavaScript Cheat Sheet for Design Junkies (2023)- TemplateToaster Blog
June 9, 2023 - Modern JS Cheat Sheet helps the developers to get familiar with basics of JavaScript. This guide is very well-framed with a table of contents. A user can jump to any required section from the table of contents.