Day-15

Day-15

Professional Development

11 Qs

quiz-placeholder

Similar activities

Exception Handling

Exception Handling

Professional Development

10 Qs

QUIZ 3DSMB 28.07

QUIZ 3DSMB 28.07

Professional Development

10 Qs

How to Email your Teacher

How to Email your Teacher

Professional Development

8 Qs

Test 2 - SAP Certified Back-End Developer - OO & Core Programmin

Test 2 - SAP Certified Back-End Developer - OO & Core Programmin

Professional Development

8 Qs

Telephone Calls

Telephone Calls

Professional Development

12 Qs

Công nghệ Java_Test1

Công nghệ Java_Test1

Professional Development

15 Qs

1. Trilha VBA Questões (Nivelamento)

1. Trilha VBA Questões (Nivelamento)

Professional Development

16 Qs

[FAST TRACK] Android quiz 11

[FAST TRACK] Android quiz 11

Professional Development

15 Qs

Day-15

Day-15

Assessment

Quiz

Professional Development

Professional Development

Medium

Created by

T- SIG

Used 1+ times

FREE Resource

11 questions

Show all answers

1.

OPEN ENDED QUESTION

20 sec • Ungraded

Name

Evaluate responses using AI:

OFF

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

JavaScript strings are for ________ text.
storing
manipulating
both a and b
none of the above

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

To find the length of a string, use the built-in _______ property.
size
length
area
strlen

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

How do you round the number 7.25, to the nearest integer?
math.round(7.25)
round(7.25)
rnd(7.25)
math.rnd(7.25)

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

In Javascript, Which of the following method is used to find out the character at a position in a string?
charAt()
CharacterAt()
CharPos()
characAt()

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

String object returns the character in the string starting at the specified position via the specified number of characters?
slice()
split()
substr()
search()

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

How to insert a comment that has more than one line in js?
//This comment has more than one line//
/*This comment has more than one line*/
//This comment has more than one line