JavaScript Expressions

Intro

JavaScript syntax can be broken into two types: Expressions and Statements. Expressions create a value; statements perform actions.

This requirement will address the following JavaScript practices

Suggested Learning

Requirements

Extra Learning

This list is by no means complete. Feel free to add an issue or put in a pull request to update it.