Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

JavaScript

A mostly reasonable approach to JavaScript.

  1. Frameworks
  2. Basic Rules
  3. Formatting

Frameworks

Basic Rules

Prefer use of semicolons

Formatting

Prefer spaces for indentation

Prefer an indent size of 4