What is Function Declaration ? A Function Declaration is a way of defining a function in programming . It tells the compiler function name , return type and parameter before it is used It allows the function to be called before its actual definition ...
oknbh.hashnode.dev2 min readNo responses yet.