Skip to content

Instantly share code, notes, and snippets.

@karolikl
Created September 24, 2013 06:23
Show Gist options
  • Save karolikl/6681017 to your computer and use it in GitHub Desktop.
Save karolikl/6681017 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