/*eslint consistent-return: "error"*/ function doSomething(condition) { if (condition) { return true; } else { return; } ...
確定! 回上一頁