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
Nothing happens
A runtime error is generated