Did you know Object.seal() in JavaScript
My new favorite JavaScript feature is the Object.seal() method. I’ve used the Object.freeze() sometimes but, this is something new and I feel it can be really handy in many cases where we have a pre-defined object template to use and only want to change the values of its existing properties.… Read More »Did you know Object.seal() in JavaScript