Difference between revisions of "Main Page"

From ProgZoo
Jump to navigation Jump to search
Line 2: Line 2:
* [[Flags with Lines]]
* [[Flags with Lines]]
* [[Flags with Polygons]]
* [[Flags with Polygons]]
* [[Flags with Stars]]
==Hello World, JavaScript==
==Hello World, JavaScript==
<div class='qu'>
<div class='qu'>

Revision as of 18:37, 8 August 2021

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';