0
Where is the "return" statement placed?
The test anticipates the answer of "At the end of the function description". In fact, a function may have multiple points with the return instruction, even in the first line of its description (e.g. checking some border values).
2 Respuestas
+ 1
//Here is a lesson about return statement. Hope it helps you to understand
https://www.sololearn.com/learn/JavaScript/1148/?ref=app
0
You didn't understand. It wasn't a question. What I'm saying is that the anticipated quiz answer is misleading.