tanpero / JavaScript-Art-Tour

一本从头开始的 JavaScript 书,为了纪念我小学六年级时那段温暖祥和的日子。(请务必参看 README 文件)
137 stars 13 forks source link

Wrong Desc at C3:Logic #2

Closed WilliamQiufeng closed 5 years ago

WilliamQiufeng commented 5 years ago

At This part, it is told that constant undefined is changeable.
However, After Trying This example, I've found out that it was wrong.

undefined=1;//doesn't change because it is a constant
console.log(undefined);//undefined
tanpero commented 5 years ago

It had Fixed.

tanpero commented 5 years ago
tanpero commented 5 years ago

image