Skip to content

Instantly share code, notes, and snippets.

View l3pp4rd's full-sized avatar
🎯
Focusing

Gediminas Morkevicius l3pp4rd

🎯
Focusing
View GitHub Profile
@l3pp4rd
l3pp4rd / comma-first-var.js
Created May 23, 2011 11:39 — forked from isaacs/comma-first-var.js
A better coding convention for lists and object literals in JavaScript
// See comments below.
// This code sample and justification brought to you by
// Isaac Z. Schlueter, aka isaacs
// standard style
var a = "ape",
b = "bat",
c = "cat",
d = "dog",