Functional Programming : Declarative
Declarative programming is pattern which executes the codes without disclosing it's implementation.
In layman terms "Doing without doing".
Assume the following imperative example :
If I were to explain the code to a kid then i would explain it in t...
dev21.hashnode.dev3 min read