Skip to content Skip to sidebar Skip to footer
Showing posts with the label Coding Style

Declaring Multiple Variables In Javascript

In JavaScript, it is possible to declare multiple variables like this: var variable1 = 'Hello, … Read more Declaring Multiple Variables In Javascript

Html Attribute Ordering

This may be a subjective question (I hope it isn't)... I develop web designs and applications u… Read more Html Attribute Ordering

Linting Promises In Javascript

I am looking to standardize the use of Q promises in my team's codebase. Are there any good js… Read more Linting Promises In Javascript

JavaScript Space After Function

I know that white space is irrelevant in JavaScript, but I am curious about style. When defining a … Read more JavaScript Space After Function