<script>
	let name = 'world';

	// trailing line comment
</script>

<h1>Hello {name}!</h1>