摘要:
In javascript, is an empty string always false as a boolean? in javascript, var a = ''; var b = (a) ? true : false; var b will be set to false. is thi 阅读全文
posted @ 2020-12-29 10:11
ChuckLu
阅读(123)
评论(0)
推荐(0)
摘要:
Why a is undefined while b is 3 in var a=b=3? In the following code, I expected both a and b to be 3. However, a is undefined and b is 3. Why? (functi 阅读全文
posted @ 2020-12-29 10:07
ChuckLu
阅读(134)
评论(0)
推荐(0)

浙公网安备 33010602011771号