Пустой return аналогичен return undefined : function doNothing() { return; } alert( doNothing() === undefined ); // true.
確定! 回上一頁