HomeArenaQuiz #5

Quiz #5

115
Created by Coding Artist

Quiz #5

1 / 10

In CSS, the value for paddings can be negative.

State if the above statement is True or False.

2 / 10

'Division By Zero' is considered as an error in Javascript.

State if the above statement is True or False.

3 / 10

let names = ["Amy", "Rose", "Zoe", "Emma"];
names.slice(2);
console.log(names);
What will the above code output to console?

4 / 10

console.log("1"<8);

What will the above code output to the snippet?

5 / 10

The result of a modulo operation(%) is the quotient.

State if the above statement is true or false.

6 / 10

<ol> creates a list with numbered items.

State if the above statement is True or False.

7 / 10

console.log(Math.max("a", "b", "c"));
What will the above code output to the console?

8 / 10

JavaScript language is Assembly-language.

State if the above statement is True or False.

9 / 10

In CSS, the value for margins can be negative.

State if the above statement is True or False.

10 / 10

console.log(null == undefined);
What will the above code output to the console?

Your score is

The average score is 56%

0%

RELATED ARTICLES

LEAVE A REPLY

Please enter your comment!
Please enter your name here

2 × 1 =

Most Popular