<script>
const ANSWER = 42;
function get_answer() { return ANSWER; }
</script>
<b>{get_answer()}</b>