Microsoft
98-382 · Question #16
98-382 Question #16: Real Exam Question with Answer & Explanation
Sign in or unlock 98-382 to reveal the answer and full explanation for question #16. The question stem and answer options stay visible for context.
Question
Your instructor has asked you to implement code that would display a two-dimensional array of any size inside a <div> tag. You write the following code:
var div = document.getElementById('board');
var board = [['-','X','-','X'], ['-','O','X','O'], ['X','O','-','O']];
You need to complete the code. Which three segments should you use to develop the solution? To answer, move the appropriate code segments from the list of code segments to the answer area and arrange them in the correct order.Unlock 98-382 to see the answer
You've previewed enough free 98-382 questions. Unlock 98-382 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.