JavaScript Strings

JavaScript Strings

9th Grade

12 Qs

quiz-placeholder

Similar activities

C++ Arrays

C++ Arrays

8th - 12th Grade

12 Qs

JavaScript Variables and Arithmetic

JavaScript Variables and Arithmetic

8th - 12th Grade

14 Qs

Basic C# Quiz

Basic C# Quiz

6th Grade - University

8 Qs

One Dimensional Arrays

One Dimensional Arrays

9th Grade - University

14 Qs

Табличні величини

Табличні величини

9th Grade

7 Qs

Variables & Data Types

Variables & Data Types

6th - 12th Grade

10 Qs

Python Quiz - 4

Python Quiz - 4

4th - 11th Grade

10 Qs

Kiểm tra thường xuyên lần 2 (11/8-11/6)

Kiểm tra thường xuyên lần 2 (11/8-11/6)

KG - 12th Grade

10 Qs

JavaScript Strings

JavaScript Strings

Assessment

Quiz

Computers

9th Grade

Medium

Created by

Mark Galesi

Used 13+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

var len = "jump it!".length;


What is the value of len?

8

7

9

6

This code does not compile.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

var x = "quarantine".indexOf("a");


What is the value of x?

4

3

2

This code does not compile.

StringIndexOutOfBoundsException

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

var s = "whatever".substring(1,4);


What is the value of s?

"hate"

"hat"

"whate"

"what"

StringIndexOutOfBoundsException

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

var p = "Go Paw Patrol!".indexOf("p");


What is the value of p? (Case matters)

0

4

3

-1

This code will not compile.

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

var s = "cool cat".substring(6,"cool cat".length);


What is the value of s?

"cat"

"at"

"cool c"

This code does not compile.

StringIndexOutOfBoundsException

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

var s = "good job".substring(3, 9);


What is the value of s?

"d job"

"od job"

"d jo"

"od jo"

StringIndexOutOfBoundsException

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which type of value is returned from the length function?

decimal

word

integer

true/false

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?