// Tip:
// you may need to use functions like "prompt" and "document.write"
//
// - https://developer.mozilla.org/en-US/docs/Web/API/Window/prompt
// - https://developer.mozilla.org/en-US/docs/Web/API/Document/write
//

const name = prompt('What is your name?')
document.write(`<h1>Hello ${name}</h1>`)
Run Pen

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.