JavaScript Security Best Practices

Which security feature does the following code implement?
Object.freeze(Object.prototype);
Object.freeze(Array.prototype);
Object.freeze(Function.prototype);
Next Question (19/20)