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