DrSchool Learn coding, fast.
EN AR BN CS DE EL Search

JavaScript: Cheat Sheet

Quick reference for JavaScript.

Read time: 1 min • Words: 38
My Progress

JavaScript — Cheat Sheet

Quick info

  • Slug: javascript
  • Extensions: .js, .mjs, .cjs

Hello World

console.log('Hello, World!');

Notes

  • This is a starter reference to avoid empty pages.
  • You can expand it with real syntax, examples, and trusted links.

Official docs