From 966886c6a9bd651679d6846f25d75666dfcbfb3c Mon Sep 17 00:00:00 2001 From: rlgreen91 Date: Thu, 8 Jun 2017 16:35:17 -0500 Subject: Corrects typo in prototype section. --- javascript.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'javascript.html.markdown') diff --git a/javascript.html.markdown b/javascript.html.markdown index a85a7872..85c8a52d 100644 --- a/javascript.html.markdown +++ b/javascript.html.markdown @@ -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 -- cgit v1.2.3