|
|
|
|
|
by morenoh149
3424 days ago
|
|
Its state. Functional programs tend to have less state as their output is the same for some given input. With things like jquery you quickly introduce state, say is some dropdown open, which your next function will have to check is true or false before proceeding. And so on. |
|