i am creating a website at school that has a news article and i want to use javascript to create a button which will bring you to the actual news article from the homepage of my website. I have tried doing:
<script>
var button = 'button'
window.location=('http://www.example.com');
}
</script>
but this hasn't worked for me, i'm not suer if my html is wrong or my css.