Skip to content
This repository was archived by the owner on Aug 8, 2023. It is now read-only.

Commit 3424fde

Browse files
committed
Fixing review comment.
1 parent 7bd250e commit 3424fde

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

javascript/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,6 @@ Array.prototype.forEach.call(arguments, function(arg) { console.log(arg); });
404404

405405
##Prefer `self` to `bind(this)`
406406

407-
408407
```javascript
409408
// Good
410409
AiBot.prototype.answer = function(questionPromise) {

0 commit comments

Comments
 (0)