aboutsummaryrefslogtreecommitdiff
path: root/files/es/web/javascript/reference/functions/arrow_functions
diff options
context:
space:
mode:
Diffstat (limited to 'files/es/web/javascript/reference/functions/arrow_functions')
-rw-r--r--files/es/web/javascript/reference/functions/arrow_functions/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/es/web/javascript/reference/functions/arrow_functions/index.html b/files/es/web/javascript/reference/functions/arrow_functions/index.html
index 9b6673238a..43d2bbb250 100644
--- a/files/es/web/javascript/reference/functions/arrow_functions/index.html
+++ b/files/es/web/javascript/reference/functions/arrow_functions/index.html
@@ -101,9 +101,9 @@ function bob (a){
let bob = a =&gt; a + 100;</pre>
</div>
-<div></div>
-<div></div>
+
+
<h2 id="Sintaxis">Sintaxis</h2>