Instruction: Explain how Object.freeze(), Object.seal(), and const differ and provide examples of their use cases.
Context: This question probes into the candidate's understanding of immutability and object configuration in JavaScript.
medium