Main Page
Hello World, JavaScript
What is 6 times 7?
alert(6 * 7);
alert(6 * 7);
Change Content
Where's Wally?
document.body.innerHTML = 'Wally was here';
document.body.innerHTML = 'Wally was here';
What is 6 times 7?
alert(6 * 7);
alert(6 * 7);
Where's Wally?
document.body.innerHTML = 'Wally was here';
document.body.innerHTML = 'Wally was here';