I’ve just created a small js framework like underscoer.js. The method calls are carried out by mc_.grep([1,2,3,4], function(val){ return val > 2; });. How can I make it more like jQuery style mc_(var).grep(func..).map(func..); ? Any ideas? And also how can I make the library better?
I’ve just created a small js framework like underscoer.js. The method calls are carried
Share
1 Answer