UNPKG

vox-core

Version:

Runtime de aplicaciones multiplataforma

14 lines (11 loc) 185 B
var a= function(f){ console.log(f()); } var odds = a(v => { this.j=1; this.l=10; return v + this.j+ (x => { console.log(this.l); return this.l+1 })(this.l) });