Client-side Demo: XSS Attack

Your goal is to pop an alert in this page
<!-- Challenge -->
<h2 id="title"></h2>
<script>
    title.innerHTML = (new URL(location).searchParams.get('hello') || "Hello") + " World!"
</script>