Proper Coding Conventions Suggest Using ≪code>let</code> Instead of ≪code>var</code> for the for Loop's
Multiple Choice
Proper coding conventions suggest using <code>let</code> instead of <code>var</code> for the for loop's index variable because:
A) the <code>let</code> keyword automatically initializes the index variable to 0.
B) the <code>let</code> keyword limits the scope of the index variable to the <code>for</code> loop.
C) the <code>var</code> keyword is not part of the HTML5 standard (although many browsers still support it) .
Correct Answer:

Verified
Correct Answer:
Verified
Q11: What is the purpose of the z-index
Q12: To create a group of checkboxes, you
Q13: If a pull-down menu's <code>select</code> element has
Q14: Applying the <code>display: flex</code> property-value pair to
Q15: You should have a prologue in your
Q17: The length of time that a variable's
Q18: Which of the following is a list
Q19: If a pull-down menu's option element has
Q20: The following code retrieves the radio button
Q21: The textarea control's <code>maxlength</code> attribute specifies the