Salesforce JavaScript-Developer-I Question Answer
Refer to the code below:
Let str = ‘javascript’;
Str[0] = ‘J’;
Str[4] = ’S’;
After changing the string indexvalues, the value of str is ‘javascript’. What is the reason
for this value:
Salesforce JavaScript-Developer-I Summary
- Vendor: Salesforce
- Product: JavaScript-Developer-I
- Update on: Jul 29, 2025
- Questions: 219