Generate the Root Node
Generate the Root Node (๐ solution)
๐จโ๐ผ Great! Now we can create DOM nodes dynamically using JavaScript. This is only
the beginning of our journey. Creating DOM nodes ourselves is not typically the
best way to build a full fledged application, but it's important for you to
understand that what libraries like React are doing is not magic. They're just
creating and modifying DOM nodes using JavaScript.