Logo

Javascript Questions Set 182:

Quiz Mode

How many parameters does a Promise function take?

1
2
3
4

Solution:

How many default number methods are available in JavaScript?

1
2
3
4

Solution:

Which was one of the first security subsets proposed?

1
2
3
4

Solution:

What is the result of the following code?

const a = 5;

const b = 2;

console.log(a >>> b);

1
2
3
4

Solution:

A Route tag accepts two inputs. Identify them.

1
2
3
4

Solution:

What do Stateless components receive from Stateful components and treat as callback functions?

1
2
3
4

Solution:

Which property provides access to the JavaScript memory usage data?

1
2
3
4

Solution:

What will be the output of the following JavaScript code?

let demo = document.getElementById("demo");
demo.innerHTML = Math.min(0, 150, 30, 20, -8, -200);

1
2
3
4

Solution:

How can we use AngularJS?

1
2
3
4

Solution:

Why are getters and setters used?

1
2
3
4

Solution: