We're a place where coders share, stay up-to-date and grow their careers.
Web dev, voice actor, and water enthusiast. Explaining the complicated bits of JS.
Front-end developer
All private interactions must abide by the code of conduct.
unicode-lookup
The web's best unicode lookup tool!
Svelte • 29 stars
Styled-Logs
Stylized console logs made simple
TypeScript • 5 stars
Abstract-Equality-Guide
A demonstration for how browser's calculate the final boolean when evaluating abstract equality
TypeScript • 1 star
.includes() and BigInt() are the ones that have been specific...
Jan 7
I didn't, but that sounds like a good idea, so I've gone ahea...
Haha, not a problem! I didn't write anything to make you thin...
Oct 26 '20
I actually linked it at the end! I’m familiar with the projec...
For most purposes, an iterator is actually preferable. These ...
Jul 20 '20
I did some testing and unfortunately could not get them to ...
Jan 27 '20
Yes! I completely forgot to include that one! Object.is() s...
Jan 25 '20
Haha, that would have been some real weirdness. It still wo...
It will always vary. The platform is targeted towards gamer...
Jan 12 '20
I'm glad you found my post so helpful! As an aside, my pos...
Dec 28 '19
Yes, that's true! I was thinking more along the lines of ha...
Nov 28 '19
Protip: You can reference the end of an array by using nega...
Nov 24 '19
Do you find it essential to install Figma? I haven't had mu...
Wow, it seems so obvious, but I never even knew that.
Sep 25 '19
These are nice tips! To add to a few more: $0 is the curren...
As it turns out, this is again non-optional if our functio...
Sep 17 '19
Wow, title and content is uncanny. Thanks for the link!
Sep 3 '19
I use prettier too, but only for personal projects. It gets...
Aug 16 '19
Consistency among any styling choice is always going to be ...
Aug 15 '19
No? I could have sworn that's how Hamlet went. To be fair,...
Array in-place mutation gets really annoying at times for t...
Sounds good. If you want one or two more, Dr. Axel Rauschma...
Aug 12 '19
I'm not going to bootstrap an entire project for an example, ...
Here is the first example (looping arrays using generators to...
I've found some more cases personally that have actually help...
I updated the post as soon as he sent this comment. It was ...
Aug 9 '19
Yes, nice catch!
I like backend, but I'm a frontend guy. I really like visua...
Jul 9 '19
You wrote Calling add() more than once with the same key...
Jun 19 '19
Shift + TAB actually does the same thing as Ctrl + [ The ac...
Jun 17 '19
All 31 comments
Understanding Loose Equality In JavaScript
.includes() and BigInt() are the ones that have been specific...
Understanding Loose Equality In JavaScript
I didn't, but that sounds like a good idea, so I've gone ahea...
Deno - An Unfinished Beauty
Haha, not a problem! I didn't write anything to make you thin...
Deno - An Unfinished Beauty
I actually linked it at the end! I’m familiar with the projec...
Number.range; Stage-1 proposal
For most purposes, an iterator is actually preferable. These ...
Identifying Negative Zero
I did some testing and unfortunately could not get them to ...
Identifying Negative Zero
Yes! I completely forgot to include that one! Object.is() s...
(a == 1 && a == 2 && a == 3) === true - Wait, hold on...
Haha, that would have been some real weirdness. It still wo...
Who uses IRC?
It will always vary. The platform is targeted towards gamer...
let, const, and my view
I'm glad you found my post so helpful! As an aside, my pos...
(a == 1 && a == 2 && a == 3) === true - Wait, hold on...
Yes, that's true! I was thinking more along the lines of ha...
Validate a Credit Card Number with Functional JavaScript
Protip: You can reference the end of an array by using nega...
What essential software do you install on a new computer?
Do you find it essential to install Figma? I haven't had mu...
Things you may not know about Chrome DevTools
Wow, it seems so obvious, but I never even knew that.
Things you may not know about Chrome DevTools
These are nice tips! To add to a few more: $0 is the curren...
Human Readable JavaScript
As it turns out, this is again non-optional if our functio...
OOPS! I made a framework
Wow, title and content is uncanny. Thanks for the link!
To Semicolon, Or Not To Semicolon;
I use prettier too, but only for personal projects. It gets...
To Semicolon, Or Not To Semicolon;
Consistency among any styling choice is always going to be ...
To Semicolon, Or Not To Semicolon;
No? I could have sworn that's how Hamlet went. To be fair,...
JavaScript Array Splice Issue
Array in-place mutation gets really annoying at times for t...
Use-Cases For JavaScript Generators
Sounds good. If you want one or two more, Dr. Axel Rauschma...
Use-Cases For JavaScript Generators
I'm not going to bootstrap an entire project for an example, ...
Use-Cases For JavaScript Generators
Here is the first example (looping arrays using generators to...
Use-Cases For JavaScript Generators
I've found some more cases personally that have actually help...
How For Loops REALLY work
I updated the post as soon as he sent this comment. It was ...
How For Loops REALLY work
Yes, nice catch!
Frontend vs Backend, which do you prefer and why?
I like backend, but I'm a frontend guy. I really like visua...
Maps in JavaScript
You wrote Calling add() more than once with the same key...
VS Code Keyboard Shortcuts
Shift + TAB actually does the same thing as Ctrl + [ The ac...