Given statement is true or false: “Web worker script is dependent on other script”

Options
- Yes
- no


CORRECT ANSWER : Yes

Discussion Board
The correct answer is 'No'.

A web worker is a JavaScript that runs in the background, independently of other scripts, without affecting the performance of the page.

Mahua Mukherjee 10-3-2019 11:40 AM

What?

You said that it was dependent on other script and then said A web worker is a JavaScript that runs in the background, independently of other scripts, without affecting the performance of the page. You can continue to do whatever you want i.e clicking, selecting things, etc., while the web worker runs in the background.

So their is a error here.

zachary gross 04-23-2015 09:19 AM

Explanation.

Answer : Yes.

Yes. A web worker script is dependent on other script.
A web worker is a JavaScript that runs in the background, independently of other scripts, without affecting the performance of the page. You can continue to do whatever you want i.e clicking, selecting things, etc., while the web worker runs in the background.

Jayesh Sonar 02-27-2015 05:08 AM

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement