Animations

API

Arrays

Async

Basics

Challenges

Classes

Console

Dates

Debugging

DOM Elements

DOM Methods

DOM Navigation

DOM Properties

Event Listeners

Flow Control

Forms

Functions

Global Functions

JSON

Keywords

Libraries (3rd party)

Math

Modules

Objects

Snippets

String

Types

Widgets

Window Object

JavaScript - Keywords

break
Terminates a switch or a loop
continue
Jumps out of a loop and starts at the top
debugger
Stops the execution of JavaScript, and calls (if available) the debugging
return
Exits a function or block of code