PrepAway - Latest Free Exam Questions & Answers

Tag: Exam 70-480

Exam 70-480: Programming in HTML5 with JavaScript and CSS3

How should you build the code segment?

HOTSPOT
You are creating a function by using JavaScript. The function accepts an object as the parameter and returns a string that identifies the data type of the object.
You have the following requirements:
The function must return “Number” if the object is a number.
The function must return “String” if the object is a string.
The function must return “Unknown” if the object is neither a number nor a string.
You need to implement the function to meet the requirements.
How should you build the code segment? (To answer, select the appropriate options from the drop-down lists in the answer area.)

Which code segment should you use?

You are developing an application that uses a third-party JavaScript library named doWork().
The library occasionally throws an “object is null or undefined” error with an error code of -2146823281.
The application must:
Extract and handle the exceptions thrown by doWork()
Continue normal program execution if other exceptions occur
You need to implement the requirements.
Which code segment should you use?

Which two actions will achieve this goal? (Each correct answer presents a complete solution

You are developing a web application that consumes services from a third-party application. A web worker processes the third-party application requests in the background. A page in the application instantiates the web worker process.
You need to establish two-way communications between the web worker process and the page.
Which two actions will achieve this goal? (Each correct answer presents a complete solution. Choose two.)

Which code segment should you use?

You are creating a web form that users will use to enter their personal information. The form includes the following HTML.

You have the following requirements:
When a user enters an input box, the cell on the right must turn green.
When a user leaves an input box, the ceil on the right must turn white.
You need to create the web form to meet these requirements.
Which code segment should you use?


Page 21 of 25« First...10...1920212223...Last »