Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

A const declaration only ensures that the variable always points to the same object, not that that object is immutable. For instance in JS:

const foo = {};

foo.bar = 1;



That depends on the language.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: