The State of JavaScript: 2017 results
A short survey about current popular JavaScript technologies. (more…)
Read more »JavaScript has a concurrency model based on an event loop, which is responsible for executing the code, collecting and processing events, and executing queued sub-tasks. Read more