问题:我混淆了操作员解释下面的描述:正确吗?
var length = "50";
if (length === 50) {...} // It allows for a block of code to fire if the length equals 50 regardless of the data type.
谢谢,
问题:我混淆了操作员解释下面的描述:正确吗?
var length = "50";
if (length === 50) {...} // It allows for a block of code to fire if the length equals 50 regardless of the data type.
谢谢,