Difference between revisions of "Main Page"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
* [[Flags with Rectangles]] | * Drawing images | ||
* [[Flags with Lines]] | ** [[Flags with Rectangles]] | ||
* [[Flags with Polygons]] | ** [[Flags with Lines]] | ||
* [[Flags with Stars]] | ** [[Flags with Polygons]] | ||
* [[Flags with Repeats]] | ** [[Flags with Stars]] | ||
* [[Flags with Methods]] | ** [[Flags with Repeats]] | ||
** [[Flags with Methods]] | |||
* Manipulating DOM | |||
* [[DOM Creating content]] | * [[DOM Creating content]] | ||
* [[DOM working with data]] | |||
==Hello World, JavaScript== | ==Hello World, JavaScript== | ||
<div class='qu'> | <div class='qu'> |
Revision as of 16:07, 21 August 2021
- Drawing images
- Manipulating DOM
- DOM Creating content
- DOM working with data
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';