5 lines
77 B

<script>
let name = 'world';
</script>
<h1>Hello {name.toUpperCase()}!</h1>