mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-24 10:01:38 +00:00
Corrects typo in prototype section.
This commit is contained in:
parent
0567c07764
commit
966886c6a9
@ -481,7 +481,7 @@ for (var x in myObj){
|
|||||||
}
|
}
|
||||||
///prints:
|
///prints:
|
||||||
// Hello world!
|
// Hello world!
|
||||||
// 42
|
// 43
|
||||||
// [Function: myFunc]
|
// [Function: myFunc]
|
||||||
|
|
||||||
// To only consider properties attached to the object itself
|
// To only consider properties attached to the object itself
|
||||||
|
Loading…
Reference in New Issue
Block a user