Skip to content

Commit e3ac282

Browse files
pasor1longo-andrea
andauthored
Update 1-js/06-advanced-functions/10-bind/3-second-bind/task.md
Co-authored-by: Andrea <45577511+longo-andrea@users.noreply.github.com>
1 parent 3625d94 commit e3ac282

File tree

1 file changed

+1
-2
lines changed
  • 1-js/06-advanced-functions/10-bind/3-second-bind

1 file changed

+1
-2
lines changed

1-js/06-advanced-functions/10-bind/3-second-bind/task.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ importance: 5
22

33
---
44

5-
# Second0 bind
5+
# Secondo bind
66

77
Possiamo cambiare `this` con una associazione addizionale?
88

@@ -17,4 +17,3 @@ f = f.bind( {name: "John"} ).bind( {name: "Ann" } );
1717

1818
f();
1919
```
20-

0 commit comments

Comments
 (0)