W3School TIY Editor
W3School 在线教程
改变方向
暗黑模式
let firstName = "Dylan"; // 推断为 string 类型 firstName = 33; // 尝试将值重新赋值为不同的类型 console.log(firstName);