Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 1.44 KB

references.md

File metadata and controls

29 lines (18 loc) · 1.44 KB

Documentation

As mentioned earlier, we will be using the Mozilla Foundation's documentation as our main reference for learning JavaScript rather than the ECMAScript publication.

Online Tutorials

You can also refer to these online tutorials to help you get started.

Style Guide

Style guides are a set of standards on how to write and structure your code. These are followed to ensure consistency in coding conventions and that all developers have agreed upon a certain way of doing things. Below are some of the style guides as defined by various organizations.

Books

Here are some books that we think are worth checking out.