98-375 Exam Question 76
Which JavaScript method is used to draw a circle on a canvas?
98-375 Exam Question 77
Which two code fragments represent ways to use HTML5 to save values to session storage? (Choose two.)


98-375 Exam Question 78
Which two HTML properties can JavaScript access to change the text value of an HTML element?
(Choose two.)
(Choose two.)
98-375 Exam Question 79
You write the following JavaScript code. (Line numbers are included for reference only.)

You need to write a function that will initialize and encapsulate the member variable full name.
Which are two possible code fragments you could insert at line 02 to achieve this goal? (Each correct answer presents a complete solution. Choose two.)


You need to write a function that will initialize and encapsulate the member variable full name.
Which are two possible code fragments you could insert at line 02 to achieve this goal? (Each correct answer presents a complete solution. Choose two.)

98-375 Exam Question 80
Which three statements describe cookies? (Choose three.)