#100DaysOfMERN - Day 7
✏ What happens When (in Node.js)?
Understanding how my code is processed and executed is key to understanding asynchronous JavaScript. There's a few factors involved:
JavaScript's single thread
the environment's multi thread
call stack and callback ...
blog.jsdisco.dev10 min read
Marie-Elise
Software Engineer | CS @ Auburn
Appreciated this breakdown of the different
logfunctions. Didn't realize there were so many!