var y = ["I am a string"]; console.log("I think this string is a string"); console.log(y); var y = ["I am a new string"]; console.log("I think this new string is a new string"); console.log(y);