You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the exception of serialization code all quotation marks for strings should be double quotes. Serialization code requires double quotes to be serialized so all quotation marks for strings should be single quotes.
Indentation should be four spaces per level, and should only use spaces with no tab characters.
All 'if', 'for', 'while' statements and 'function' declarations should include a space between the keyword and the opening paren.