A book series on JavaScript. @YDKJS on twitter. Contribute to getify/You-Dont-Know-JS development by creating an account on GitHub. (more…)
Read more »
An overview of the 3 free O’Reilly books about JavaScript along with some information on their authors. (more…)
Read more »
🔮 Fast and full-featured autocomplete library. Contribute to algolia/autocomplete development by creating an account on GitHub. (more…)
Read more »
A map is one of the most frequently used data structures in daily programming. It keeps key-value pairs that can easily be accessed by their keys. In Java, it is pretty obvious to use a HashMap for… (more…)
Read more »
Today we are going to make a special post dedicated to those weird JavaScript moments, where things behave a little bit strange.
“Nobody normal ever accomplished anything meaningful in this world.” — Jonathan, Stranger Things
We will look at some code s... (more…)
Read more »