This website requires JavaScript.
Explore
Help
Sign In
tod
/
odin-dom-exercise
Watch
1
Star
0
Fork
You've already forked odin-dom-exercise
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
4
Commits
1
Branch
0
Tags
23
KiB
ae2b9e7946
Commit Graph
4 Commits
Author
SHA1
Message
Date
NetMan
ae2b9e7946
Added third element (div) with children (h1, p)
2024-01-06 22:25:46 +01:00
NetMan
43278d20b2
Added second element (h3), changed way of appending
...
appendChild can only append one element, append on the other hand takes a list of elements
2024-01-06 22:24:34 +01:00
NetMan
513f36c6a1
Added first element (p)
2024-01-06 22:22:57 +01:00
NetMan
724e316b07
Initial commit
2024-01-06 22:22:17 +01:00