JavaScript reactivity with custom events
In this short example I show how from a custom event we can inadvertently send messages to the browser from the same application. I use the object paradigm in JavaScript here. Simple and efficient.
JavaScript Object sample,
/*
CUSTOM EVENTS
File: dr...
harveyt.hashnode.dev1 min read