How to edit the webpage in realtime on the browser itself using JavaScript?
Originally Published Here ๐!
To edit the whole webpage in realtime in the browser, you can use the property called designMode in the global document object and assign the value of on or off using JavaScript.
// Make webpage editable realtime in brow...
melvingeorge-me.hashnode.dev1 min read