kennymkchan / interview-questions-in-javascript

A mostly reasonable collection of technical software development interview questions solved in Javascript
MIT License
3.61k stars 441 forks source link

make js files for every example #16

Closed httpete-ire closed 7 years ago

httpete-ire commented 8 years ago

It might be easier for people to understand the implementation of the examples if they can run the code and play around with it. It would also be nice to have tests for each example.

I can help out with this if you think it might be helpful 😺

limichange commented 7 years ago

We can use jsfiddle.net or codepen :D

kennymkchan commented 7 years ago

Great suggestions! Going to use codepen for the simplicity, and already started

kennymkchan commented 7 years ago

Created codepens. Closing this issue!