Coding Tips

2 Ways to Remove a key From Object Without Mutating

In JavaScript, if you remove a key from an object it will mutate the original object. Here are two simple ways to remove a...

How to Take Screenshot of Code Like a Pro

I'm sure every one of you has shared code by taking screenshots. We often have to ask about an error in the code from...

Latest articles