What happens if the following code is executed?
const x = 10; x = 20;
The value of x does not change
x
A runtime error is generated
Nothing happens
The value of x is overwritten