Skip to main content

Your cheat sheet

This is the 20% of JavaScript you’ll use 80% of the time. Bookmark this page. Come back to it when you forget a syntax. Everything here was covered in the course — this is just the concentrated version.

Variables

Template literals

Functions

Arrays

Objects

Conditionals

Async / await

Fetch — all HTTP methods

React — components and JSX

React — state

React — effects (data fetching)

React — controlled forms

React — CRUD state updates

Import / export

That’s the 20%. Everything else you need, you can look up when you need it.

Recommended resources

Continue learning with curated resources for JavaScript and React