Skip to content Skip to sidebar Skip to footer
Showing posts with the label Lookup

Why Is This Code Saying Type 'number' Is Not Assignable To Type 'never'

I am trying to create a string build function called addToCache and the parameters of the function … Read more Why Is This Code Saying Type 'number' Is Not Assignable To Type 'never'

Why Is Array.includes An Order Of Magnitude Faster Than Set.has In Javascript?

Well having grown up in C++, I am always conscious about what algorithm would fit what. So when I n… Read more Why Is Array.includes An Order Of Magnitude Faster Than Set.has In Javascript?