6 lines
78 B

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