Week 10.1

Week 10.1

Professional Development

10 Qs

quiz-placeholder

Similar activities

Js объекты

Js объекты

Professional Development

15 Qs

Básico de HTML

Básico de HTML

1st Grade - Professional Development

15 Qs

GO4 x FE23! Quiz Zerius Day 3

GO4 x FE23! Quiz Zerius Day 3

Professional Development

8 Qs

AJWT Unit - I Quiz

AJWT Unit - I Quiz

Professional Development

15 Qs

Chapter 3 - Quiz Berhadiah

Chapter 3 - Quiz Berhadiah

Professional Development

15 Qs

JavaScript Fundamentals

JavaScript Fundamentals

9th Grade - Professional Development

10 Qs

Turma 50

Turma 50

Professional Development

6 Qs

MEGASYSTEM - TECH

MEGASYSTEM - TECH

Professional Development

10 Qs

Week 10.1

Week 10.1

Assessment

Quiz

Computers

Professional Development

Hard

Created by

Poul Nichols

Used 2+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which JavaScript operator is used to determine the type of a variable?

typeof

TypeOf

typeOf

sizeof

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What will be the output of the following JavaScript code?

var x = 12.34;
	document.write(typeof(x));

int

float

long

number

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which keyword is used to define a JavaScript function?

module

fun

func

function

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

In JavaScript a variable contains one value while an object may contain ___.

One value

Two values

Three values

Many values

5.

MULTIPLE SELECT QUESTION

1 min • 1 pt

Which is the correct syntax to access an object property in JavaScript?

More than one answer

objName:propertyName

objName.propertyName

objName["propertyName"]

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What will be the output of the following JavaScript code?

var str = "JavaScript is Fun";
	document.write(str.length);

15

16

17

18

7.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

What will be the output of the following JavaScript code?

var x = "JavaScript is Fun";
    document.write(x.slice(-7,-4));

JavaScript

is

Fun

Script

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?