 
			 
			MCQOPTIONS
 Saved Bookmarks
				| 1. | What will be printed in the console on execution of the following JS code: | 
| A. | myArr | 
| B. | [3, 6, 9, 12, 15] | 
| C. | [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15] | 
| D. | [1, 2, 4, 5, 7, 8, 10, 11, 13, 14] | 
| Answer» C. [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15] | |