bahmutov / javascript-journey

Source code for blog post Journey from procedural to reactive JavaScript with stops
http://glebbahmutov.com/blog/journey-from-procedural-to-reactive-javascript-with-stops/
331 stars 23 forks source link

Fully recursive, functional example #18

Closed psmolenski closed 8 years ago

psmolenski commented 8 years ago

New example of functional code. This time, without for-loops.

bahmutov commented 8 years ago

Nice! Thank you