You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To the uninitiated, this may look like a pinata of inscruotable syntax.
94
+
To the uninitiated, this may look like a pinata of inscrutable syntax.
95
95
96
96
One reason is because that code has nested syntax, which is totally legal.
97
97
@@ -109,7 +109,7 @@ var callback_Function = function(data){
109
109
event.on('update', callback_Function)
110
110
```
111
111
112
-
Here, you can see that the callback is a basic function, and event.on is a function being called with two arguments, one of them the function referenced aboove.
112
+
Here, you can see that the callback is a basic function, and event.on is a function being called with two arguments, one of them the function referenced above.
113
113
114
114
When an 'update' event happens, call the supplied function.
0 commit comments