Does anybody know if javascript always fully asynchronous ever since it's birth? When did it begin to be fully asynchronous?
Asked
Active
Viewed 46 times
0
-
1it's not fully asynchronous at all ... the asynchronous bits are asyncrhonous – Jaromanda X May 13 '17 at 00:54
-
@JaromandaX asynch just means that the flow of events don't happen at the same time. all functions in javascript are asynch. im pretty sure u're confusing it with parallel, which javascript is not. – rbtLong May 13 '17 at 01:03
-
1no, I'm pretty sure you don't understand javascript because you say `all functions in javascript are asynch` this is absolutely wrong – Jaromanda X May 13 '17 at 01:04
-
@rbtLong You're still dead wrong... – Marcos Casagrande May 13 '17 at 01:09
-
@MarcosCasagrande i found the answer here... http://stackoverflow.com/questions/2035645/when-is-javascript-synchronous – rbtLong May 13 '17 at 01:14