kolodny / exercises

Some basic javascript coding challenges and interview questions
4.23k stars 672 forks source link

Add 'once ' challenge. #23

Closed trexnix closed 9 years ago

trexnix commented 9 years ago

Hi,

I would like to add once to the list. It is an easy challenge (slightly easier than debounce).

http://underscorejs.org/#once

kolodny commented 9 years ago

Nice, thanks

trexnix commented 9 years ago

I'll add solution for this after you merge master branch into solutions one. One question, do I have to wait for that? Or I just do it myself, add solution file and create another pull request to solutions branch? This is my first commit by the way. Thanks in advanced.

kolodny commented 9 years ago

It's already merged into master, the solutions branch is kinda my solutions so there really shouldn't be any PR to it

trexnix commented 9 years ago

I got it.