JavaScript Strings

JavaScript Strings

9th Grade

12 Qs

quiz-placeholder

Similar activities

Arrays Intro

Arrays Intro

9th - 12th Grade

12 Qs

APCSA Scanner Input

APCSA Scanner Input

9th - 12th Grade

12 Qs

Code.org List Quiz Questions

Code.org List Quiz Questions

9th - 12th Grade

10 Qs

Exit Ticket 1/17

Exit Ticket 1/17

9th - 12th Grade

12 Qs

Substring

Substring

9th - 12th Grade

12 Qs

Lesson 9 - Apple Swift Coding 1

Lesson 9 - Apple Swift Coding 1

9th - 12th Grade

9 Qs

Java 1D Arrays

Java 1D Arrays

9th Grade - University

14 Qs

Arrays

Arrays

KG - University

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?