1) What is the correct way to write a JavaScript comment? a) <!-- This is a comment--> b) # This is a comment c) // This is a comment d) ** This is a comment** 2) Which keyword is used to declare a variable in JavaScript? a) var b) let c) const d) All of the above 3) How do you create a function in JavaScript? a) function = myFunc() b) function:myFunc() c) function myFunc() d) create function myFunc() 4) Which operator is used to assign a value to a variable? a) == b) = c) === d) =: 5) What is the correct way to write an if statement in JavaScript? a) if x = 5 then b) if x == 5 then c) if (x == 5) d) if x == 5:

排行榜

視覺風格

選項

切換範本

恢復自動保存: ?