1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-11 09:14:39 +02:00

Merge pull request #2752 from rlgreen91/fix_js_en_typo

[Javascript/en]Corrects typo in prototype section.
This commit is contained in:
Adam Bard
2017-06-09 15:48:01 -07:00
committed by GitHub

View File

@@ -481,7 +481,7 @@ for (var x in myObj){
}
///prints:
// Hello world!
// 42
// 43
// [Function: myFunc]
// To only consider properties attached to the object itself