View all questions & answers for the JavaScript-Developer-I exam
Refer to the string below.
Const str=’Salesforce’;
Which twostatementsresults in the word 'Sales'?
Str.substring(0,5);
Str.substr(0,5);
Submit