Java Script (JS) Theory
JS Functions
Definition Function is a named block of statements which can be executed/used as per need again and again in the program simply by writing its name and can return some value. Features It is useful in making a program modular and understandable. Parameters : The arguments received by the function Read more…