Tech
- fnm vs nvm: Which is better for Node version management? nvm has a fundamental design issue that was never addressed, making it a pain to use. Is fnm a better alternative?
- Destructuring in JavaScript: Arrays What is destructuring in JavaScript? How do we extract values from arrays and objects?
- this In Javascript - Simplified What is `this` keyword in JavaScript? How does it work in different scenarios?