JavaScript is required

In a function two return statements should never occur.

A.
Yes
B.
No
Trả lời:

Đáp án đúng: B


A function can have multiple return statements. The function exits when the first return statement is executed.

Câu hỏi liên quan