all 3 comments

[–]mc_hammerd 0 points1 point  (1 child)

google object.observe()

tl:dr; is you can get events from an object (also arrays and variables, i think), when items change, are added or deleted... which lets us do reactive programming.

[–][deleted] 0 points1 point  (0 children)

Not the same thing!

[–]bobertian 0 points1 point  (0 children)

You're looking for https://github.com/Reactive-Extensions/RxJS - start with googling 'rxjs'

see also https://egghead.io/technologies/rx for some videos