Coding Standards

Get familiar with the coding standards used throughout the course.

We'll cover the following

Throughout the course, code will be shared. After all, we’re trying to be practical here.

Coding conventions

To make sure we’re all on the same page, here are some of the relevant coding standards we tend to use for our code samples:

  • Everything will be ES6 compatible.

  • We will not use TypeScript or any other superset of JavaScript. All code shared here will be pure JavaScript.

  • Semicolons will not be used unless absolutely required.

  • Code blocks will start in the same line and end on a new one.

Get hands-on with 1200+ tech skills courses.