At This part, it is told that ***constant*** `undefined` is *changeable*. However, After Trying *This example*, I've found out that it was wrong. ```javascript undefined=1;//doesn't change because it is a constant console.log(undefined);//undefined ```