fundamental

fundamental

Professional Development

28 Qs

quiz-placeholder

Similar activities

002 Attendance 3/10

002 Attendance 3/10

Professional Development

25 Qs

core java 2

core java 2

Professional Development

25 Qs

AWS CSA Prep

AWS CSA Prep

Professional Development

25 Qs

Knowledge Check

Knowledge Check

Professional Development

23 Qs

CRM DEPARTMENT-28TH APRIL

CRM DEPARTMENT-28TH APRIL

Professional Development

26 Qs

Miltu īpašības, miltu malšana, miltu vērtēšanas metodes

Miltu īpašības, miltu malšana, miltu vērtēšanas metodes

Professional Development

25 Qs

Netligent Python Basic

Netligent Python Basic

Professional Development

30 Qs

Javascript basics 6

Javascript basics 6

Professional Development

29 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?