TryHackMe: Prototype Pollution

In JS, Prototype functions similarly to Classes
Difference Between Class and Prototype in JavaScript
Classes
Act like blueprints for creating objects.
Ensure that all objects created...