Skip to content

Instantly share code, notes, and snippets.

@muhammadghazali
Created May 1, 2013 22:56
Show Gist options
  • Save muhammadghazali/5499028 to your computer and use it in GitHub Desktop.
Save muhammadghazali/5499028 to your computer and use it in GitHub Desktop.
Ghanoz JavaScript Style Guide

Satu variabel

var oneVariable;

Beberapa variabel dalam konteks yang sama

var
  dbCredentials,
  dbConnection;
var
  vows = require('vows'),
  assert = require('assert'),
  request = require('request');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment