let str = "Hello, World!";

str = Object.freeze(str);

str += " How are you?";

console.log(str);

出力: "Hello, World! How are you?"

Reply to this note

Please Login to reply.

Discussion

()