Q. What does the following code log?
var s = 'Good';
s[0] = 'F';
console.log(s);
Why is the output what it is?
Q. What does the following code log?
var s = 'Good';
s[0] = 'F';
console.log(s);
Why is the output what it is?
For further actions, you may consider blocking this person and/or reporting abuse
Discover the future of cloud security. Tune in live for trends, tips, and solutions from AWS and AWS Partners.
Shrinibas Mahanta -
Hanzla Baig -
DPC -
Dhanush N -
Top comments (0)