We're a place where coders share, stay up-to-date and grow their careers.
Sharing my experience writing code
All private interactions must abide by the code of conduct.
So basically, TypeScript converted it into a function that i...
Mar 14
Thanks!
Nov 4 '21
Beautiful theme! BTW if you're using Zsh now, you should als...
Feb 13 '21
Zsh is the default shell on the latest MacOS Install: OhMy...
Love the bonus question! That's quite the trap.
Sep 4 '20
What about all the FP-style HOFs? map, flatMap, filter, fold,...
Jul 4 '20
Should new Map(["key", "value"]); be new Map([["key", "value"...
Jun 26 '20
Recent comments
TypeScript: How to use Enums
So basically, TypeScript converted it into a function that i...
Disable VScode TypeScript alias in rename refactoring
Thanks!
How to change the terminal style in VSCode in an easy way
Beautiful theme! BTW if you're using Zsh now, you should als...
How to change the terminal style in VSCode in an easy way
Zsh is the default shell on the latest MacOS Install: OhMy...
10 Challenging JavaScript Quiz Questions and Answers
Love the bonus question! That's quite the trap.
Useful JavaScript array methods
What about all the FP-style HOFs? map, flatMap, filter, fold,...
When You Should Use JavaScript Maps over Objects
Should new Map(["key", "value"]); be new Map([["key", "value"...