Try it yourself: update the name variable to store the value "Lawrence" and print it.

Great! The console output proves that the value of name changed to "Lukas".

Make sure you assemble name = "Lawrence"; and console.log(name);.