JavaScript-Developer-I — Salesforce Certified JavaScript Developer I
1218:00
Question 1 of 609
Refer to the code below: Let str = ‘javascript’; Str[0] = ‘J’;
Str[4] = ’S’;
After changing the string index values, the value of str is ‘javascript’. What is the reason for this value: