Skip to content

Instantly share code, notes, and snippets.

@zhuzhuor
Created October 26, 2012 05:00
Show Gist options
  • Save zhuzhuor/3956883 to your computer and use it in GitHub Desktop.
Save zhuzhuor/3956883 to your computer and use it in GitHub Desktop.
坑爹的js
// a reminder for myself
var key = 'aaa';
var val = 'bbb';
var obj = {key: val};
console.log(obj);
// you will get {'key': 'bbb'}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment