<script>
let maybeNull = null;
let maybeUndefined = undefined;
</script>
<p>{maybeNull}</p>
<p>{maybeUndefined}</p>