Tag:computer-science
TIL articles with the tag "computer-science" so far.
The intricacies of the event loop
Posted on:October 22, 2023Asynchronous code would be impossible without the event loop. But how does it work?
Javascript arrays are not arrays
Posted on:October 15, 2023While called arrays, array objects in Javascript are not really arrays in the typical computer science sense - let's explore