Skip to content

Instantly share code, notes, and snippets.

@atuttle
Created August 12, 2010 18:18
Show Gist options
  • Save atuttle/521400 to your computer and use it in GitHub Desktop.
Save atuttle/521400 to your computer and use it in GitHub Desktop.
var values = {};
values.probablyOctal = 000010;
values.whoKnows2 = 00000020;
values.whoKnows3 = 000000030;
values.whoKnows4 = 0000000040;
values.whoKnows5 = 00000000050;
values.whoKnows6 = 000000000060;
values.whoKnows7 = 0000000000070;
values.whoKnows8 = 00000000000080;
values.whoKnows9 = 000090;
console.log(values);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment