You will have 1 minute to answer as many questions as you can. If you finish all questions before the time runs out, the better your score will be. Click "start" to begin!
Which function will return a random number from 1 through 10?
If var potato = ["starch", "ground", "fried", "idaho"]; how is "fried" accessed?
Which of the following will not lead to concatenation?
Which demonstrates string interpolation--where var = "string"; ?
If an HTML element includes class="div" and id="div1" how would I point to these in CSS?
Can a function be called on before it is created?
If I am changing the thickness/width of my border and I have values set as 20px 10px 10px 20px, which number represents which side?
If these questions were stored in an array, which index would you be on right now?
Where inside an HTML file can a CSS file be attached ?
Which one is wrong?