1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-11 01:04:10 +02:00

Update javascript-fr.html.markdown

This commit is contained in:
Nicolas Brugneaux
2014-08-20 02:03:01 +02:00
parent ddd4db06ca
commit 1d4e0929ff

View File

@@ -479,6 +479,7 @@ if (Object.create === undefined){ // don't overwrite it if it exists
return new Constructor();
}
}
```
## Pour aller plus loin (en anglais)