This has everything to do with the new keyword. In JavaScript, new only works with functions (which are a special type of object).
確定! 回上一頁