A boolean is one of the 7 primitive data types in Javascript. A boolean can only be true or false . From the MDN entry: Boolean represents a logical entity ...
確定! 回上一頁