8 lines
91 B

<script>
let name = 'world';
// trailing line comment
</script>
<h1>Hello {name}!</h1>