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