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.gistboxapp.com
// log an object to the browser console
console.log({ text: "foobar" });