質問: 以下のオペレーターの説明の説明がわかりません: 正しいですか?
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.
ありがとう、