What happens if you try to reassign a variable declared with const?
const
Nothing happens
It is overwritten
Generates a warning but the code continues to work
A runtime error is generated