diff options
Diffstat (limited to 'files/fr/web/javascript/reference/global_objects/array/from/index.html')
-rw-r--r-- | files/fr/web/javascript/reference/global_objects/array/from/index.html | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/files/fr/web/javascript/reference/global_objects/array/from/index.html b/files/fr/web/javascript/reference/global_objects/array/from/index.html index 4debaa74a8..588abb0596 100644 --- a/files/fr/web/javascript/reference/global_objects/array/from/index.html +++ b/files/fr/web/javascript/reference/global_objects/array/from/index.html @@ -126,8 +126,6 @@ Array.from({length: 5}, (v, k) => k); <h2 id="Compatibilité_des_navigateurs">Compatibilité des navigateurs</h2> -<div class="hidden">Le tableau de compatibilité de cette page a été généré à partir de données structurées. Si vous souhaitez contribuer à ces données, n'hésitez pas à consulter <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> et à nous envoyer une<em>pull request</em>.</div> - <p>{{Compat("javascript.builtins.Array.from")}}</p> <h2 id="Voir_aussi">Voir aussi</h2> |