From e145c5e9fd7d391601052f5f3727e8ba529b43ca Mon Sep 17 00:00:00 2001 From: Fabio Arazaki <45642833+arazaki@users.noreply.github.com> Date: Thu, 3 Jun 2021 10:19:11 -0300 Subject: Fixing a typo (#1080) --- .../pt-br/web/javascript/reference/functions/arrow_functions/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/pt-br/web/javascript/reference/functions/arrow_functions/index.html b/files/pt-br/web/javascript/reference/functions/arrow_functions/index.html index 1694545a71..7095ca0ea2 100644 --- a/files/pt-br/web/javascript/reference/functions/arrow_functions/index.html +++ b/files/pt-br/web/javascript/reference/functions/arrow_functions/index.html @@ -209,7 +209,7 @@ var obj = { obj.b(); // imprime undefined, Window {...} (ou o objeto global) obj.c(); // imprime 10, Object {...} -
Arrow functions não tem o próprio this
. Outro exmemplo envolvendo {{jsxref("Object.defineProperty()")}}:
Arrow functions não tem o próprio this
. Outro exemplo envolvendo {{jsxref("Object.defineProperty()")}}:
'use strict';
--
cgit v1.2.3-54-g00ecf