aeris22’s avataraeris22’s Twitter Archive—№ 87,645

  1. Putain de scoping de JS de meeeeeeeeeeeeeeerde !!!!
    1. …in reply to @aeris22
      window.foo = { bar: function () { ms.forEach(m => this.quz(m)) } } this vaut https://t.co/io0Nfd5JBI https://t.co/io0Nfd5JBI = { bar: function () { ms.forEach(function(m) { this.quz(m) }) } } this vaut https://t.co/io0Nfd5JBI https://t.co/io0Nfd5JBI = { bar:
      1. …in reply to @aeris22
        function () { ms.forEach(this.quz) } } this vaut window 😱 Mais va juste mourir quoi… 😡