Logo

Javascript Questions Set 84:

Quiz Mode

  JavaScript is ________ language. 

1
2

Solution:

Which of the following is a Javascript framework?

1
2
3
4

Solution:

 In JavaScript, which one is used to finding the non-whitespace characters? 

1
2
3
4

Solution:

Which of the following is an attribute of the script HTML element?

1
2
3
4

Solution:

Which OSI layer is used to handle HTTP requests?

1
2
3
4

Solution:

When does JSNLog have server-side extensions?

1
2
3
4

Solution:

What is the purpose of the Dojo framework? 

1
2
3
4

Solution:

 Which of these is not a form of client-side storage? 

1
2
3
4

Solution:

Which is the preferred testing approach for web scripting nowadays?

1
2
3
4

Solution:

What is the output of the following JavaScript code?

alert(typeof new Date());

1
2
3
4

Solution: