Day-15

Day-15

Professional Development

11 Qs

quiz-placeholder

Similar activities

Jazz Prepaid 2

Jazz Prepaid 2

Professional Development

10 Qs

PU - Day 1 assessment - Kalpana's batch

PU - Day 1 assessment - Kalpana's batch

Professional Development

10 Qs

Module 4-5

Module 4-5

Professional Development

10 Qs

971902 Audi Electronic Diagnosis Quiz 2

971902 Audi Electronic Diagnosis Quiz 2

Professional Development

16 Qs

pemrograman dasar

pemrograman dasar

Professional Development

10 Qs

JS Quiz

JS Quiz

Professional Development

14 Qs

Java Quiz-2

Java Quiz-2

Professional Development

15 Qs

performance directions

performance directions

Professional Development

14 Qs

Day-15

Day-15

Assessment

Quiz

Professional Development

Professional Development

Medium

Created by

T- SIG

Used 1+ times

FREE Resource

AI

Enhance your content

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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