Skip to content

Instantly share code, notes, and snippets.

View simcn's full-sized avatar

简单框架(马克) simcn

View GitHub Profile
@simcn
simcn / example.js
Created September 18, 2013 08:37
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" });