I had a JavaScript Paradigm question if anyone can clarify. I see the words imperitive, Object oriented, functional and modular thrown around.
From what I am gathering, It looks like SS1.0 has traditionally been an 'imperitive' style while the new SS2.0 is inherantly modular. Object oriented style I have seen with C++ in the past. However I see tons of javascript tutorials using the word 'functional' and it looks like the same thing as modular.
Can someone confirm for me that functional programming and modular programming are one and the same thing.