What is the value of x after executing the following code?
x
let x = "JS"; x += " is great";
JS
JSis great
is great
JS is great