What is the correct syntax for labeling a loop in JavaScript?
labelName: for(...) {}
for labelName: {}
loop: {...}
label: { for(...) }
This question is part of this quiz :