Prototypes


    Links
    • Math.prototype
    • Number.prototype
    • Date.prototype
    • Bind()
      The bind() method creates a new function that, when called, has its this keyword set to the provided value, with a given sequence of arguments preceding any provided when the new function is called.
      ** Pode ser utilizada para passar como argumento a this keyword, para que uma função que esteja com o this apontando para o global, "aponte" para o this a sua função superior.