#javascript
Read more stories on Hashnode
Articles with this tag
Create a simple landing page with navbar and hero section using HTML and CSS <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta...
What is Closure in Javascript? Need Closures in JavaScript are necessary for data privacy and encapsulation. Without closures, it would be...
Top Interview Questions for Aspiring Developers · How does callback hell happen? How to avoid it? - Asynchronous operations are triggered: In an...
How to implement different lifecycle methods using useEffect? How to do this? componentDidMount: To mock componentDidMount, use the useEffect hook...
Difference between useEffect and useState? Intro line: useState and useEffect both are hooks that are most commonly used in any React application. 3...
FAQs for Frontend Development · There are various types of questions asked a lot in an interview based on which how to approach the answer will stand you...