Skip to content

Instantly share code, notes, and snippets.

@xujiazhe
Created September 23, 2013 02:19
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 xujiazhe/6665770 to your computer and use it in GitHub Desktop.
Save xujiazhe/6665770 to your computer and use it in GitHub Desktop.
Welcome to your first Gist! Gists are simple code reminders. Whenever you come across a piece of code you think might be useful later on, save it as a Gist. With GistBox, you can also tag the Gist with a label. This is especially useful for keeping them organized by language, project or purpose. For more info about GistBox, visit: http://www.gi…
// log an object to the browser console
console.log({ text: "foobar" });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment