Quiz 1 :  What is Javascript (Just google: wikipedia javascript and read first four paragraphs)

1. High-level, often just-in-time compiled, and multi-paradigm programming language

2. Dynamic typing, prototype-based object-orientation programming language

3. A multi-paradigm language that supports event-driven, functional, and imperative programming styles

4. All the above

Quiz 2 :  Which one is not a type of variable?

1. boolean

2. bulbuli

3. number

4. string

Quiz 3 :  Which method is used to convert a string to an integer?

1. parseFloat()

2. parseString()

3. parseNumber()

4. parseInt()

Quiz 4 :  Which company developed JavaScript? (feel free to google it)

1. Netscape

2. Google

3. Facebook

4. Firefox

Quiz 5 :  Which one is not a mathematical operator in JS?

1. /

2. %

3. *

4. \

Quiz 6 :  What does it mean by writing two plus signs after a number type variable?

1. Set the value to 0

2. Increase the value by 1

3. Decrease the value by 1

4. White plus toothpaste

Quiz 7 :  If you have a var age = 21; and then you write age += 8; now what will be the value of the variable age?

1. 21

2. 8

3. 218

4. 29

Quiz 8 :  Which one is an acceptable variable name?

1. mobile-price

2. 1bookName

3. user9

4. “temperature”

Quiz 9 :  What will be the output of the code: console.log(17%5)

1. 7

2. 2

3. 5

4. 3

Quiz Of JavaScript

0%

Total Quiz : 9

Correct : 0

Wrong : 0