Tell us what’s happening:
i changed the string to reassign it to “Hello World” it keeps saying error,i don’t know what is wrong,i have done it well.
Your code so far
var myStr = “Jello World”;
myStr = “Hello World”;
// Only change code below this line
myStr[0] = “H”; // Change this line
// Only change code above this line
**Your browser information:**
User Agent is: <code>Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36</code>
**Challenge:** Basic JavaScript - Understand String Immutability
**Link to the challenge:**
https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures/basic-javascript/understand-string-immutability