Skip to content

Instantly share code, notes, and snippets.

View inhji's full-sized avatar
🚲
I'll make better mistakes tomorrow.

Jonathan Jenne inhji

🚲
I'll make better mistakes tomorrow.
View GitHub Profile
@inhji
inhji / isso.js
Last active August 29, 2015 14:04
Isso
var isso = (function(root){
var value = undefined;
function isso(v){
return (v)? new inner(v): ex;
}
function inner(v){
this.value = v;
return this;