ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 158 - Certified JavaScript Developer I discussion

Report
Export

Refer of the string below:

Const str = 'sa;esforce'=;

Which two statement result in the word 'Sale'?

Choose 2 answers

A.
str, substring (0,5) ;
Answers
A.
str, substring (0,5) ;
B.
str, substr(0,5) ;
Answers
B.
str, substr(0,5) ;
C.
str, substring(1,5) ;
Answers
C.
str, substring(1,5) ;
D.
str, substr(1,5) ;
Answers
D.
str, substr(1,5) ;
Suggested answer: A, B
asked 23/09/2024
Mitesh Patel
32 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first