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