16 followers
A JavaScript Developer
I often find myself checking the same thing before making a commit. So it is a nice thing if the computer could run the checking for me. I know we can...
This is the problem I come access today. I want to share the solution I found in there. The problem is like this. Suppose we have a custom web...
In this article, let's tackle the leetcode Design Hit Counter. The problem is to design a hit counter, which counts the number of hits received in the...
In this article, let's see how to solve the leetcode candy-crush problem. Candy crush is a popular game. The rules are very simple, just crush candies...
We know that there is a special value called NaN in JavaScript. Just as the name goes, it is used to represent a not a number value. There are some...
To express exact unsigned 8-bit integers, JavaScript provides Uint8Array and Uint8ClampedArray. So what is the difference between them? Which one...