TLEQ3 MODULE 1-5

TLEQ3 MODULE 1-5

10th Grade

10 Qs

quiz-placeholder

Similar activities

Evaluación - 27-04-2021 - 4A

Evaluación - 27-04-2021 - 4A

10th Grade

10 Qs

JavaScript basics (vidcode, BR JSDJ Day 1)

JavaScript basics (vidcode, BR JSDJ Day 1)

5th - 12th Grade

10 Qs

IT Practice TEST 1

IT Practice TEST 1

9th - 10th Grade

10 Qs

8.12 C++ Test on Classes

8.12 C++ Test on Classes

9th - 12th Grade

15 Qs

tle Q4

tle Q4

9th - 12th Grade

10 Qs

ICT Q4 M3

ICT Q4 M3

10th Grade

10 Qs

Random, Parse and String Review

Random, Parse and String Review

10th Grade

15 Qs

introducción a JavaScript

introducción a JavaScript

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?