First let's make a simple widget named `alert`: <script> console.log('hello from widget'); let count = 0; function click_button(){ let str = `click button from widget ${++count} times`; console.log(str); document.getElementById("demo")....
blog.iread.fun1 min readNo responses yet.