TLEQ3 MODULE 1-5

TLEQ3 MODULE 1-5

10th Grade

10 Qs

quiz-placeholder

Similar activities

MABINI B6

MABINI B6

10th Grade

10 Qs

Elijah Cedrick U Ayup

Elijah Cedrick U Ayup

10th Grade

10 Qs

quiz2 ni xy

quiz2 ni xy

10th Grade

10 Qs

Linguagens e Frameworks Populares no Desenvolvimento de Sistemas

Linguagens e Frameworks Populares no Desenvolvimento de Sistemas

9th - 12th Grade

10 Qs

Java Script Pro

Java Script Pro

3rd Grade - University

12 Qs

Examen JavaScript

Examen JavaScript

10th Grade

11 Qs

MABINI G22

MABINI G22

10th Grade

10 Qs

MABINI G12

MABINI G12

10th Grade

10 Qs

TLEQ3 MODULE 1-5

TLEQ3 MODULE 1-5

Assessment

Quiz

Instructional Technology

10th Grade

Hard

Created by

Irish Flores

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the correct way to declare a variable in JavaScript?

var MyVariable = 5;

variable myVariable = 5;

let myVariable = 5;

const myVariable = 5;

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the following code: console.log(type of null)

"undefined"

"null"

"boolen"

"object"

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a valid way to create a function in JavaScript?

function myFuntion{}

my Function = function(){}

function() myFunction{}

None of the above

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the keyword "this" in JavaScripts

It refers to the current object

It refers to the previous object

It refers to the next object

It has no specific purpose

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not a primitive data type in JavaScript?

Boolen

String

Object

Number

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function is used to output text to the console in Javascript?

console.log();

document.write(),

alert();

print();

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the result of the following Javascript code?

10

5

undefined

Reference Error

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?