Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 223 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 223 Bytes

Sprint Editor

Style Guidelines

Always use Tabs with an Indent Size of 2.

Layout code expressions like this:

if(blah == true) {
	var hello = 'Is it me you\'re looking for?';
	document.write(hello);
}