renan@home:~$

  • Understanding prototype pollution

    What is a prototype? To comprehend prototype pollution, it is crucial to understand the concept of a prototype. So, let’s dive right into it. A prototype is a mechanism that allows objects to inherit features, properties, and various kinds of data from one another. Let me illustrate this with an...

  • Hello world

    (() => { alert(`Hello world!`) })();