JavaScript String Methods

JavaScript String Methods

12th Grade - Professional Development

15 Qs

quiz-placeholder

Similar activities

Python-1st

Python-1st

University

10 Qs

Programming launchpad: Friday - JavaScript

Programming launchpad: Friday - JavaScript

12th Grade

16 Qs

CWA Java

CWA Java

10th - 12th Grade

13 Qs

JavaScript Variables, Data Types, and Operators Quiz

JavaScript Variables, Data Types, and Operators Quiz

University

18 Qs

Python String Slice

Python String Slice

12th Grade

20 Qs

Python Strings

Python Strings

12th Grade

20 Qs

Variables and Constants

Variables and Constants

11th Grade - University

10 Qs

JAVA string

JAVA string

12th Grade

20 Qs

JavaScript String Methods

JavaScript String Methods

Assessment

Quiz

Computers

12th Grade - Professional Development

Hard

Created by

Leonardo Ghiggino

Used 55+ times

FREE Resource

15 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

let string = "foo"

How to determine the length of the string?

2.

FILL IN THE BLANK QUESTION

45 sec • 1 pt

let string = "The cat is black"

How to find the index/position of "cat" in the string

3.

FILL IN THE BLANK QUESTION

45 sec • 1 pt

let string = "The black cat is black"

How to find the LAST index/position of "black" in the string

4.

FILL IN THE BLANK QUESTION

45 sec • 1 pt

let string = "Milk, chocolate, cookies"

How to extract a new string "chocolate, cookies" from the first string

5.

FILL IN THE BLANK QUESTION

45 sec • 1 pt

let string = "Milk, chocolate, cookies"

How to replace "chocolate" with "banana"?

6.

FILL IN THE BLANK QUESTION

45 sec • 1 pt

let string = "Milk, chocolate, cookies"

How to figure out what character is on the 3rd position of the string?

7.

FILL IN THE BLANK QUESTION

45 sec • 1 pt

let string = "Milk, chocolate, cookies"

How to convert the string to upper case?

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?