List of questions
Related questions
Question 192 - Certified JavaScript Developer I discussion
Refer to the string below: const str = 'Salesforce'; Which two statements result in the word 'Sales'?
Choose 2 answers
A.
str.substr(1, 5);
B.
str.substr (0, 5);
C.
str.substring (1, 5);
D.
str.substring (0, 5);
Your answer:
0 comments
Sorted by
Leave a comment first