An Observable is simply an object where you can observe it’s actions. So anything where you can listen to an action and then be told that action occurs is an Observable . This means an Event Listener is one .
An Observable is simply an object where you can observe it’s actions. So anything where you can listen to an action and then be told that action occurs is an Observable . This means an Event Listener is one .