Functional Programming
What?
Functions are first-class citizens.
It can be assigned as variables,
It can be assigned as property in objects,
It can be assigned to arrays,
It can pass as arguments to another function,
It can be return from another functions.
All we can ...
shaanblog.io2 min read
Ruchi Goswami
Junior Web Developer
Nice work Shanu :)