Exercise:
In the game of golf each hole has a par, meaning the average number of strokes a golfer is expected to make in order to sink the ball in a hole to complete the play. Depending on how far above or below par your strokes are, there is a diffe... (more…)
Read more »
One of the most used browsers is Google Chrome, and there’s no surprise as to why. It’s fast and has so many features and options to it. It supports extensions...
Read more »
The typeof operator in JavaScript evaluates and returns a string with the data type of an operand. For example, to find the type of 123, we would write - typeof 123 This will return a string with the type of 123, which, in this case, will be "number". I... (more…)
Read more »
The event loop and your code talk from WarsawJS On august 2020 I spoke at WarsawJS, explaining about the event loop and how it works. I hope you will enjoy this talk. (more…)
Read more »