JavaScript String Methods

JavaScript String Methods

12th Grade - Professional Development

15 Qs

quiz-placeholder

Similar activities

Javascript

Javascript

10th - 12th Grade

15 Qs

Python End of Topic Quiz

Python End of Topic Quiz

8th Grade - University

15 Qs

Mini Quiz IF2112

Mini Quiz IF2112

University

15 Qs

JavaScript Quiz Day-1

JavaScript Quiz Day-1

Professional Development

12 Qs

JavaScript String & Inbuilt functions

JavaScript String & Inbuilt functions

3rd Grade - University

10 Qs

Final Review - Unit 1

Final Review - Unit 1

9th - 12th Grade

15 Qs

CodingBat String2

CodingBat String2

10th - 12th Grade

10 Qs

ITIPT01 Quiz No 1

ITIPT01 Quiz No 1

University

20 Qs

JavaScript String Methods

JavaScript String Methods

Assessment

Quiz

Computers

12th Grade - Professional Development

Hard

Created by

Leonardo Ghiggino

Used 53+ 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?