#technical-interview
Read more stories on Hashnode
Articles with this tag
What is Event Propagation? The Event Propagation determines in which order the elements receive the event. I know, most of you don't understand...
ES5 has introduced the arrow function in JavaScript. There are some differences between normal function and arrow function. I will discuss the...