Skip to content

Commit 41d791b

Browse files
authored
Merge pull request #583 from amanbangad/patch-2
Typo fix
2 parents 4388e26 + aae880b commit 41d791b

File tree

1 file changed

+1
-1
lines changed
  • 1-js/07-object-oriented-programming/05-native-prototypes

1 file changed

+1
-1
lines changed

1-js/07-object-oriented-programming/05-native-prototypes/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ function showArgs() {
156156
*/!*
157157
}
158158

159-
showList("John", "Pete", "Alice"); // John - Pete - Alice
159+
showArgs("John", "Pete", "Alice"); // John - Pete - Alice
160160
```
161161

162162
Because `join` resides in `Array.prototype`, we can call it from there directly and rewrite it as:

0 commit comments

Comments
 (0)