📅  最后修改于: 2022-03-11 14:53:19.432000             🧑  作者: Mango
代码示例1
QUESTION: "Does return stop a while loop in JavaScript?"
ANSWER: Yes, return always stops execution and exits the function.