I am new to web develeopment. When I bring changes to my javascript code it does not apear on refresh.
I have included my js file in the head tag.
function changecolor() {
this.styles.color = "gray"
}
It still show an alert when i click my button.
Can anyone help me please?