Logo

Javascript Questions Set 208:

Quiz Mode

______________ are the core of React components.

1
2
3
4

Solution:

Which of the following POSIX signals generate events?

1
2
3
4

Solution:

Which property in the Window object is used to refer to a Location object?

1
2
3
4

Solution:

Which function is not included in the Crockford's subset of JavaScript?

1
2
3
4

Solution:

What is the purpose of url json?

1
2
3
4

Solution:

 

let hobby = prompt('What is your favorite hobby?', '');

(hobby = 'Programming') ?
  alert('Right!') : alert('Wrong.');

1
2

Solution:

The behavior of the instances present of a class inside a method is defined by __________

1
2
3
4

Solution:

 The escape sequence ‘\f’ stands for _________ 

1
2
3
4

Solution:

Modules that have more than one item in their API can ________

1
2
3
4

Solution:

  JavaScript is ideal to ________ 

1
2
3
4

Solution: