183 What is the use of functions in creating
expressions ? Give an example.
Answers
Answered by
0
Answer:
Functions are values. They can be assigned, copied or declared in any place of the code. If the function is declared as a separate statement in the main code flow, that's called a “Function Declaration”. If the function is created as a part of an expression, it's called a “Function Expression”.
Similar questions