String Methods

String Methods

Professional Development

10 Qs

quiz-placeholder

Similar activities

GROUP KAMAL QUIZ

GROUP KAMAL QUIZ

Professional Development

11 Qs

Rancho Los Amigos Levels

Rancho Los Amigos Levels

University - Professional Development

10 Qs

how dumb are you?

how dumb are you?

3rd Grade - Professional Development

10 Qs

Marine Corps General Orders

Marine Corps General Orders

KG - Professional Development

11 Qs

Վարդան Մամիկոնյան

Վարդան Մամիկոնյան

KG - Professional Development

15 Qs

Fnaf ar

Fnaf ar

1st Grade - Professional Development

12 Qs

Hello

Hello

Professional Development

12 Qs

Norwegian to English

Norwegian to English

7th Grade - Professional Development

9 Qs

String Methods

String Methods

Assessment

Quiz

Other

Professional Development

Hard

Created by

Shogher Ghazaryan

Used 22+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Ինչ կտպի հետևյալ կոդը

var str = "Hello";

alert(str.length)

6

5

4

undefined

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Ինչ կտպի

var str = "Hello world";

var res = str.slice(1, 7);

alert(res)

ello w

ello

ello wo

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Ինչ կտպի

var str = "Hello world";

var res = str.substring(1, 5);

alert(res)

ello

ello w

Hello

world

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Ինչ կտպի

var str = "Hello world";

var result = str.substr(6,1);

alert(result)

o

w

e

d

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Ինչ կտպի

var str = "Hello world"

var res = str.slice(6)

alert(res)

o world

llo wo

Hello

world

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Ինչ կտպի

var str = "HELLO WORLD";

str.toLowerCase();

alert(str.charAt(8))

R

O

r

o

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Ինչ կտպի

var str = "Hello world! World!!!";

var result = str.indexOf("world");

alert(result)

6

12

-1

7

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?