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
Copy file name to clipboardexpand all lines: node_101.md
+9-7
Original file line number
Diff line number
Diff line change
@@ -127,19 +127,21 @@ Events and callbacks are a paradigm for handling asyncronous behaviours.
127
127
128
128
One asyncronous behaviour is your very own: you write the code before it runs.
129
129
130
-
The other async behaviour occurs naturally as a result of time and space.
130
+
The other async behaviour occurs naturally as a result of space, with its dimensions, which allows time to spread out over distance.
131
131
132
-
Asyncronous is the word.
132
+
Asyncronous is the word, and it means "out of time", relative to other events a happening.
133
133
134
-
This guide did nothing say of how to deal with asyncronous behaviours.
134
+
Yet a program may need to coordinate results from many asynconous events.
135
135
136
-
Async behaviours did not come natural to most early programmers of other languages, but that doesn't have to be the case with you.
136
+
This is an apsect of your program's design; most programs can be written without knots of asyncronous events.
137
137
138
-
There are many styles to try writing javascript, to wend your way about intersecting streams of data and outer userspace.
138
+
This guide does nothing say of how to write for asyncronous behaviours.
139
139
140
-
Thread the needle.
140
+
Async behaviours did not come natural to many programmers of other languages, and they could not handle it; but that doesn't have to be the case with you.
141
141
142
-
or, try the [sweet bun style](https://www.youtube.com/watch?v=HtBebT-rKeM&list=PLYgHYEWMPzcrzcbGGqJyTKE9FK6DLTCiw)
142
+
There are many styles to try writing javascript, to wend intersecting streams of data in outer userspace.
143
+
144
+
Thread the needle, or, try the [sweet bun style](https://www.youtube.com/watch?v=HtBebT-rKeM&list=PLYgHYEWMPzcrzcbGGqJyTKE9FK6DLTCiw)
0 commit comments