812). What type of scope is present in JavaScript?

[A]Lexical
[B]Literal
[C]Both Lexical and Literal
[D]Local

Show Answer

813). Which function is used to stop the time logging?

[A]stopTimeLogging()
[B] stop()
[C]finish()
[D]abort()

Show Answer

814). The lexical scooping in JavaScript is based on which of the following?

[A]Segments
[B]Blocks
[C]Functions
[D]Entire code

Show Answer

815). What is the return data type of the property accept that belongs to the Input element?

[A]integer
[B]string
[C]boolean
[D]float

Show Answer

816). What is the purpose of the property width belonging to the ImageData element?

[A]Number of data
[B] Number of pixels
[C]Number of pixels per row of data
[D]Number of columns

Show Answer

817). What is the purpose of the adoptNode() method?

[A]Removes node
[B]Makes it ready for insertion
[C] Removes node and Makes it ready for insertion
[D]Changes the node

Show Answer

818). What is the function of the method importNode()?

[A]Copies without removing
[B]Copies and removes
[C]Only copies
[D]Only removes

Show Answer

819). How can you create a node for comment in JavaScript?

[A]comment()
[B] createComment()
[C]comm()
[D]create()

Show Answer

820). How can you dispatch a synthetic event object?

[A]dispatchEvent()
[B]dispatch()
[C]dispatch(Event)
[D]eventdispatch()

Show Answer

821). How do you specifically execute a command in JavaScript?

[A]execcommand()
[B]exec(command)
[C]execCommand()
[D]exec(command id)

Show Answer