Tell us what’s happening:
Your code so far
// Setup
var myStr = "Jello World";
// Only change code below this line
myStr[0] = "H"; // Fix Me
myStr = "Hello World";
Your browser information:
Your Browser User Agent is: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:55.0) Gecko/20100101 Firefox/55.0
.
Link to the challenge:
https://www.freecodecamp.org/challenges/understand-string-immutability