Main Page: Difference between revisions

From ProgZoo
Jump to navigation Jump to search
No edit summary
Tag: Reverted
No edit summary
Tag: Manual revert
Line 24: Line 24:
* [[DOM Calendar]]
* [[DOM Calendar]]
* [[DOM Options]]
* [[DOM Options]]
</div>
<div>
Processing lists
* [[World Lists]]
</div>
</div>
<div>
<div>

Revision as of 14:03, 16 January 2022

1) Hello World

Hello World

Input


Output

document.body.innerHTML = 'Hellow orld';
document.body.innerHTML = 'Hello world!';