fundamental

fundamental

Professional Development

28 Qs

quiz-placeholder

Similar activities

Mircrosoft Server Admin 98-365

Mircrosoft Server Admin 98-365

KG - Professional Development

24 Qs

Week 2

Week 2

Professional Development

30 Qs

D44 QUIZ OF THE DAY

D44 QUIZ OF THE DAY

Professional Development

25 Qs

QUIZ ON STRINGS - TUPLES - SET - DICTIONARY

QUIZ ON STRINGS - TUPLES - SET - DICTIONARY

Professional Development

25 Qs

Summer Testing Refresher

Summer Testing Refresher

Professional Development

24 Qs

Poligons

Poligons

Professional Development

23 Qs

react-additional-class

react-additional-class

Professional Development

26 Qs

Pro-DevOps-2

Pro-DevOps-2

Professional Development

31 Qs

fundamental

fundamental

Assessment

Quiz

Professional Development

Professional Development

Medium

Created by

Jordan Sumardi

Used 11+ times

FREE Resource

28 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

Javascript is an _______ language?

Object-Oriented

Object-Based

Procedural

None of the above

2.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

Which of the following keywords is used to define a variable in Javascript?

var

let

Both A and B

None of the above

3.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

How can a datatype be declared to be a constant type?

const

var

let

constant

4.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

const number = 5;


console.log(number += 5);

5

10

error

undefined

5.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

const number = [1, 2, 3, [11, 10, "hello", ["makan", "siomay", ["banana"]]]];

number[4] = 5;

delete number[3][1];


console.log(number[3][2]);

"hello"

11

undefined

3

6.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

What is the output of the following code?

let x = 10;
let y = 5;
console.log(x - y);

5

10

-5

error

7.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

Which of the following is not a valid JavaScript variable name?

_myVar

my-var

$myVar

2myVar

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?