Match the JavaScript programming terms to the descriptions
I. do...while loop A. A loop that repeats a set number of times
II. array B. A loop that repeats as long as a condition is true
III. for...loop C. Used to access individual locations in an array
IV. subscript D. A variable that is accessible to different functions
V. global variable E. A group of memory locations with the same name
B, E, A, C, D
Computer Science & Information Technology
You might also like to view...
How would you tell Apache that the content is in /usr/local/www?
What will be an ideal response?
Computer Science & Information Technology
Which command is used to insert text that is stored on the Clipboard into a document?
A. Copy B. Drop C. Paste D. Insert
Computer Science & Information Technology