How is a functional programming-based JavaScript app laid out?
You should read this question: Javascript as a functional language There are lots of useful links, including: Use functional programming techniques to write elegant JavaScript The Little JavaScripter Higher-Order JavaScript Eloquent JavaScript, Chapter 6: Functional Programming Now, for my opinion. A lot of people misunderstand JavaScript, possibly because its syntax looks like most other programming … Read more