Hello World in JS

Loading "Hello World in JS"
๐Ÿ‘จโ€๐Ÿ’ผ It's important to have a basic understanding of how to generate and interact with DOM nodes using JavaScript because it will help you understand how React works under the hood a little better. So in this exercise we're actually not going to use React at all. Instead we're going to use JavaScript to create a div DOM node with the text "Hello World" and insert that DOM node into the document.
๐Ÿจ We'll be in to help guide you through making this work! See you there!
๐Ÿ‘จโ€๐Ÿ’ผ Once you're finished, open up the browser devtools so you can check the DOM is what you expect it to be.
๐Ÿ’ก Tip: you may find it useful to open the playground in a separate tab.

Please set the playground first

Loading "Hello World in JS"
Loading "Hello World in JS"