Object.freeze() in Javascript
I was reading a post here on dev.to which explained the difference between var, let and const by Sarah Chima.
The article was well explained but what I would love to explain in this article is the const variable declaration.
The const variable decla...
olawanlejoel.hashnode.dev