string in javascript are immutable, but when we use let with strings , it becomes changeable,

前端 未结 0 1739
刺人心
刺人心 2021-01-03 16:39

string in JavaScript are immutable, but when we use \'let\' with strings , it becomes changeable, which tends to mean that they are mutable, how can we justify that strings

相关标签:
回答
  • 消灭零回复
提交回复
热议问题