We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4388e26 + aae880b commit 41d791bCopy full SHA for 41d791b
1 file changed
1-js/07-object-oriented-programming/05-native-prototypes/article.md
@@ -156,7 +156,7 @@ function showArgs() {
156
*/!*
157
}
158
159
-showList("John", "Pete", "Alice"); // John - Pete - Alice
+showArgs("John", "Pete", "Alice"); // John - Pete - Alice
160
```
161
162
Because `join` resides in `Array.prototype`, we can call it from there directly and rewrite it as:
0 commit comments