Skip to content

Instantly share code, notes, and snippets.

View deverin's full-sized avatar
🎯
Focusing

deverin

🎯
Focusing
View GitHub Profile
@deverin
deverin / 0_reuse_code.js
Created August 10, 2016 13:50
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@deverin
deverin / controllers.application.js
Last active October 16, 2016 19:41
New Twiddle
import Ember from 'ember';
export default Ember.Controller.extend({
appName: 'Ember Twiddle'
});