Skip to content

Tag: javascript

DOM change font color by using addEventListener

I am a beginner of JS and HTML. I encounter a problem with changing the font color by using addEventListener here is my part of HTML code here is my js code. the situation I encounter is when I click the color box, it pops up the Palette, and then you have to “click” again for choosing the color. …

Why simple javascript import is not working?

Here not working https://plnkr.co/edit/a7H1ilzkUA3918vc?open=lib%2Fscript.js&deferRun=1 But here in similar example – works, from which I am trying to do: https://plnkr.co/edit/XLSL581pjgwe3PI1?open=lib%2Fscript.js&deferRun=1 page1.js script.js index.html: package.json Alert message is not displ…