Computer Science, asked by hrududeotale9495, 1 year ago

Return false in javascript retains ....true or false

Answers

Answered by aqibkincsem
1

When you denote something after the return statement, where something is returned & hence specifies nothing returns as ‘undefined’ that is the synonym for ‘I don’t know’ or nothing in the JavaScript.

If you want the function to perform some manipulations & want to analyze the falseness of manipulation depending upon the input parameters then both of them must be utilized in the same manner.

Answered by lewathiago
2

Answer:

true....................

Similar questions