
Hao
I do code... and stuff
Work
Working as Something at Somewhere
Light Switch
Light Switch
1 min read
Pascal's Grapes
Pascal's Grapes
1 min read
Uninstall Boi
Uninstall Boi
1 min read
loading...
Recent comments
Daily Challenge #299 - Time to Grille!
Another JavaScript solution, using binary operations: cons...
How to Reverse a String
BTW, this doesn't work for surrogate pairs: 'Hello World 🌎'...
Is Value an Object
Or abuse JSON.stringify const isObject = val => JSON.s...
Let's Talk About Var, Let and Const
*Laughs in hay fever
What Tool Can You Never Remember or Get Good At?
Redux while using React. I don't know why it's popular. It'...
Daily Challenge #189 - Convert Number into Reversed Array
The result should be an array of numbers but this yields an...
JavaScript == vs ===, Which one you should use?
Have to mention Object.is: console.log(0 == '0'); ...
Daily Challenge #156 - Dave's Gamble
JavaScript const horses = count => Number.i...