TLEQ3 MODULE 1-5

TLEQ3 MODULE 1-5

10th Grade

10 Qs

quiz-placeholder

Similar activities

การพัฒนาเว็บไซต์

การพัฒนาเว็บไซต์

10th Grade

10 Qs

tle JAVASCRipt test

tle JAVASCRipt test

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

G2TLEMOD6

G2TLEMOD6

10th Grade

10 Qs

introducción a JavaScript

introducción a JavaScript

10th Grade

10 Qs

Mabini B17 B14

Mabini B17 B14

10th Grade

10 Qs

MABINI G2

MABINI G2

10th Grade

10 Qs

TLE M1-5

TLE M1-5

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?