Skip to content

Instantly share code, notes, and snippets.

@yuriyzubarev
Created February 24, 2012 21:58
Show Gist options
  • Save yuriyzubarev/1904053 to your computer and use it in GitHub Desktop.
Save yuriyzubarev/1904053 to your computer and use it in GitHub Desktop.
Literal notations
JavaScript Python
Object {}; new Object(); new function() {}
Array []; new Array()
List []; list()
RegExp //
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment