#web-development
Read more stories on Hashnode
Articles with this tag
Have you ever had issues with replicating a particular user interface from a Figma design? Do you find it difficult displaying elements in different...
ES Lint is a linting tool for JavaScript code. The term “linting” refers to the process of analyzing code for potential errors, stylistic issues, and...
JavaScript development often involves navigating through nested objects, which can be cumbersome and error-prone, especially when dealing with null or...
If you're into the world of web development, you've like heard of the Virtual DOM before - a JavaScript representation of the real DOM libraries like...
In JavaScript, there are two main ways of writing functions. You can create functions using the regular function syntax. Or you can use the arrow...