return
Keyword
return Keyword
The return
statement ends function execution and specifies a value to be returned to the function caller.
return
KeywordThe return
statement ends function execution and specifies a value to be returned to the function caller.