Skip to content

Instantly share code, notes, and snippets.

@carloshanson
carloshanson / funky_underscore.js
Created October 28, 2015 09:06
Test to understand basics of underscore.js
// test to understand basics of underscore.js
(function(){
// reference global object as root
var root = this;
// create function object named funky instead of _
var funky = function() { };
// attach function object to global object