What value is obtained by executing the following code?
let x = false; console.log(!x);
true
false
"true"
undefined