This section explains the basic styles and patterns used in our JavaScript code. It borrows heavily from established resources at other companies that have extensive experience with JS, such as Yahoo, Google, and Mozilla. This guide is written with ES6 syntax in mind.
Some interesting JavaScript tips and gotchas can be found here
Use JS Doc-style comments whenever possible. Google's style guide has a great summary of JSDoc guidelines.