Point out the correct declaration of the height variable:, variable height;, let height;, height is variable;, height;, Review the code: let age = 32; age = age + 1; console.log(Age); Result?, 33, 32, Error: Age not defined, undefined, If a variable stores false, it is:, Math type, Unused, Logical type, Boolean type, Analyze the code: let x = 10 / 100; console.log(typeof(x)); Result?, number, 0.1, Error: Fractional ops, fraction, Operation: let x = 100 / 0; Result?, NaN, Infinity, 0, Undefined, Operation: let x = 20n + 10; Result?, 30n, 30, "20n10", Error, To get string length from msg:, msg.chars, msg.length, msg.length(), msg.charsAt(), Operation: let x = "abcdef".slice(2, 4); Result?, "cdefg", "ab", "cd", "cdef", Change dog age to 6:, dog.age = 6;, dog[age] = 6;, dog(age) = 6;, dog.age = 5;, Change "July" to 7 in array:, Not possible, summer[1] = 7;, summer.July = 7;, summer[0] = 7;.
0%
JavaScript Basics Quiz
共用
共用
共用
由
Kdyahya
編輯內容
列印
嵌入
更多
作業
排行榜
顯示更多
顯示更少
此排行榜當前是私有的。單擊
共用
使其公開。
資源擁有者已禁用此排行榜。
此排行榜被禁用,因為您的選項與資源擁有者不同。
還原選項
測驗
是一個開放式範本。它不會為排行榜生成分數。
需要登錄
視覺風格
字體
需要訂閱
選項
AI 強化版:此活動包含 AI 生成的內容。
了解更多。
切換範本
顯示所有
播放活動時將顯示更多格式。
)
打開結果
複製連結
QR 代碼
刪除
恢復自動保存:
?