influences:
- Backbone
- Shipyard
dependancies:
- Mootools 1.x
- Company "an implicitly-mediated component system for MooTools that helps in developing modular, component-based applications" - @keeto
// 1: how could you rewrite the following to make it shorter? | |
bar['doSomething' + (foo?'':'Else')](el); | |
// 2: what is the faulty logic in the following code? | |
/* | |
var foo = 'hello'; |