Skip to content

JavaScript Coding Standards

JasonOffutt edited this page Apr 30, 2013 · 6 revisions

Adding JS files to the page

Use ScriptManagerProxy from within the block at Load or PreRender time

JS code style guide

Crockford's style guide, JSLint and JSHint

Patterns to follow, advanced tips

Overview of the module pattern

Overview of the prototype chain

Why this isn't always the current object in scope

Further reading

JavaScript: The Good Parts

Clone this wiki locally