Skip to content

Instantly share code, notes, and snippets.

View seucolega's full-sized avatar

Gustavo Sousa seucolega

View GitHub Profile
@seucolega
seucolega / example.js
Created September 24, 2013 22:33
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" });