yocontra / node-linq

LINQ for node
http://wearefractal.com/
MIT License
77 stars 7 forks source link

Javascript examples part 1 Fixes #2 #3

Closed awlawl closed 11 years ago

awlawl commented 11 years ago

This includes javascript code for the sync examples. The examples are also with a new mocha test file.

Async will be coming

awlawl commented 11 years ago

You may want to update the first CoffeeScript example to now do what the javascript and text describe.

yocontra commented 11 years ago

Was there a reason you chose to use regex instead of path.extname in the first example?