var f = 3.14159;
var i = f|0
console.log("look ma` no decimal %n", i);
1337 inject args with IoC with literal string reflection using .hasOwnProperty
static inject(clazz) {
if(!clazz.hasOwnProperty('resource')) {
throw new Error("All resources of type 'BaseResource' require the static function 'resource'");
}
global.talk.express.post(Api.URI[clazz.name], (..._) => clazz.resource(..._));
}
1337 chop decimals with bitwise
1337 inject args with IoC with literal string reflection using .hasOwnProperty
^github.com/ZoeDreams/talk/blob/mas...