diff options
Diffstat (limited to 'files/es/web/javascript/reference/operators/destructuring_assignment/index.html')
-rw-r--r-- | files/es/web/javascript/reference/operators/destructuring_assignment/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/es/web/javascript/reference/operators/destructuring_assignment/index.html b/files/es/web/javascript/reference/operators/destructuring_assignment/index.html index 3f070055b5..6f37eab0e6 100644 --- a/files/es/web/javascript/reference/operators/destructuring_assignment/index.html +++ b/files/es/web/javascript/reference/operators/destructuring_assignment/index.html @@ -430,7 +430,7 @@ const {self, prot} = obj; <h2 id="Compatibilidad_del_navegador">Compatibilidad del navegador</h2> <div> -<div class="hidden">La tabla de compatibilidad de esta página se genera a partir de datos estructurados. Si deseas contribuir con los datos, consulta <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> y envíanos una solicitud de extracción.</div> + <p>{{Compat("javascript.operators.destructuring")}}</p> </div> |