Skip to content

Commit 35954ad

Browse files
committed
Update node_101.md
1 parent b0d150b commit 35954ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

node_101.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ There, a function is being called, which takes two arguments. One argument is t
9797

9898
Look at another way to write the same thing:
9999
```js
100-
// I literally cut and copied everything after the = from the previous example
100+
// I literally copied everything after the = from the previous example
101101
var callback_Function = function(data){
102102
console.log(data)
103103
}

0 commit comments

Comments
 (0)