diff options
author | Florian Merz <me@fiji-flo.de> | 2021-02-11 14:46:51 +0100 |
---|---|---|
committer | Florian Merz <me@fiji-flo.de> | 2021-02-11 14:46:51 +0100 |
commit | 8a5554c6fae83e92b10c8dbe5b82108cb44fad6c (patch) | |
tree | 616af8137d0e678ad2f9d515b7b68dc1b9738fca /files/es/web/javascript/reference/operators/function_star_ | |
parent | a55b575e8089ee6cab7c5c262a7e6db55d0e34d6 (diff) | |
download | translated-content-8a5554c6fae83e92b10c8dbe5b82108cb44fad6c.tar.gz translated-content-8a5554c6fae83e92b10c8dbe5b82108cb44fad6c.tar.bz2 translated-content-8a5554c6fae83e92b10c8dbe5b82108cb44fad6c.zip |
unslug es: modify
Diffstat (limited to 'files/es/web/javascript/reference/operators/function_star_')
-rw-r--r-- | files/es/web/javascript/reference/operators/function_star_/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/files/es/web/javascript/reference/operators/function_star_/index.html b/files/es/web/javascript/reference/operators/function_star_/index.html index 9c38872b7e..632906f1c8 100644 --- a/files/es/web/javascript/reference/operators/function_star_/index.html +++ b/files/es/web/javascript/reference/operators/function_star_/index.html @@ -1,6 +1,6 @@ --- title: expresión function* -slug: Web/JavaScript/Referencia/Operadores/function* +slug: Web/JavaScript/Reference/Operators/function* tags: - ECMAScript 2015 - Expresión Primaria @@ -9,6 +9,7 @@ tags: - JavaScript - Operator translation_of: Web/JavaScript/Reference/Operators/function* +original_slug: Web/JavaScript/Referencia/Operadores/function* --- <div>{{jsSidebar("Operators")}}</div> |