 |
Return value, function - Javascript (JS) Tutorial
Explanation Syntax: function name(parameter 1,parameter 2,...) { // set of statements that will be executed return thevalue;} A function can also return a value after doing the specified operations. To explain, we would consider a requirement where we hav
www.hscripts.com |
 |