Functions
functions are used to automate repetitive tasks. functions can only be executed when someone invokes it (calls it). you can use functions anywhere inside of code just like variables.
Syntax:
functions are declared by using the function keyword, follo...
paarthmane.hashnode.dev1 min read