In JavaScript "==" compare number values instead of boolean values by performing implicit coercion. Here is a simple example : const a = 10; if( ...
確定! 回上一頁