Logo

Javascript Questions Set 44:

Quiz Mode

What HTTP encoding header does Minify set?

1
2
3
4

Solution:

How does SVG describe shapes?

1
2
3
4

Solution:

Among the keywords below, which one is not a statement?

1
2
3
4

Solution:

How many nodetype – named constants are available in the DOM (Document Object Model)?

1
2
3
4

Solution:

Which attribute is used to extend the lifetime of a cookie?

1
2
3
4

Solution:

Where does form validation typically occur?

1
2
3
4

Solution:

Which object is passed as the argument to handlers for keydown, keyup, and keypress events?

1
2
3
4

Solution:

What is passed between the browser and the remote server during the TCP handshake?

1
2
3
4

Solution:

 When does JavaScript code appear inline within an HTML file? 

1
2
3
4

Solution:

Which is the correct syntax in javascript to declare an array?

1
2
3
4

Solution: