Skip to content

Instantly share code, notes, and snippets.

@truthadjustr
Created January 29, 2019 13:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save truthadjustr/f198e4889c5727f2bc6d9efda689b302 to your computer and use it in GitHub Desktop.
Save truthadjustr/f198e4889c5727f2bc6d9efda689b302 to your computer and use it in GitHub Desktop.
js object
var EXAMPLE = {
foo: 'hello',
hello: 42,
payload: new Buffer('a'),
meh: {
b: {
tmp: {
baz: 1000
}
},
lol: 'lol'
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment