#javascript
Read more stories on Hashnode
Articles with this tag
Embarking on a Front-End Odyssey with Challenges, Aspirations, and Solutions Introduction In the first week of this year, I faced challenges in...
First of all, what is Callback in JS? A callback is a function that's passed as an argument to another function and is executed once that function has...