JavaScript Interview Guide Part 3: Events, Promises, and Modern JavaScript
//continuation from part 2
21. Array Dispatch Event on Push
Interviewer: "How would you create an array that emits events whenever elements are pushed to it?"
Candidate: "I'll create a custom array class that extends the built-in Array and dispatche...
bodheesh.hashnode.dev5 min read