Become a member
Sign in
Xuejian.Ju
Xuejian.Ju

Xuejian.Ju

14 Following
1 Followers
·
  • Profile
  • Highlights

Highlighted by Xuejian.Ju

See more

From JavaScript, What Are You? by Codesmith

to make our…e this function without forcing it onto the stack. This works because Web APIs are independent of JavaScript's runtime. This concept of having a third party handle code is what concurrency is all about. We use callbacks to make our programs dynamic and prevent the event loop from clogg…

From JavaScript, What Are You? by Codesmith

is concept o…cript's runtime. This concept of having a third party handle code is what concurrency is all about. We use callbacks to make our programs dynamic and prevent the event loop from clogging up.