Skip to content

Instantly share code, notes, and snippets.

@dimpu
Created October 29, 2015 08:03
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 dimpu/ec288db08fd05adf228d to your computer and use it in GitHub Desktop.
Save dimpu/ec288db08fd05adf228d to your computer and use it in GitHub Desktop.
'use strict';
let tony = 'tony';
let says = 'Sometimes you gotta run before you can walk.';
let avanger = {tony,says};
console.log(avanger);//Object {tony: "tony", says: "Sometimes you gotta run before you can walk."}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment