#javascript
Read more stories on Hashnode
Articles with this tag
Let’s improve your productivity as a developer by creating your own custom snippets in VS Code. Snippets allow you to define templates that can be...
1. Explicitly Using the square bracket notation. This is probably the most common way of creating an Array. const arr = [1, 2, 3]; 2. Destructuring...
You've heard about React hooks and you start to get a grasp on it, you understand what the main ones do and use them effortlessly in your...
You are part of a rescue operation for a lost boat in the sea. You have a radar capable of telling you if a boat is in a specific region. Your goal is...