1. Hello World

Page section: playground

So this is the first JS project from Code with Bubb’s 17 JS projects. It uses an arrow function to launch the built in prompt function and ask for the user’s name. The answer is stored in a variable to which is then output to the <em> element nested in the <h2> tags.

Hello World