Skip to content

Commit 2ec236f

Browse files
committed
Update README.md
1 parent 26123d1 commit 2ec236f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4202,7 +4202,7 @@ console.log(add.apply(null, [1, 2])); // 3
42024202
42034203
#### Q. ***Explain `Function.prototype.bind`?***
42044204
4205-
Taken word-for-word from [MDN](https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_objects/Function/bind):
4205+
[MDN](https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_objects/Function/bind):
42064206
42074207
> The `bind()` method creates a new function that, when called, has its `this` keyword set to the provided value, with a given sequence of arguments preceding any provided when the new function is called.
42084208

0 commit comments

Comments
 (0)