1) Why do we need functions?
Functions are used for reusability and to get rid of redundancy code.
In JS functions are treated by type one citizens. It can be declared in variables objects etc.
2) How do we declare a function?
1) Function Declaration...