<script> let bar = 1; foo = {}; foo: { bar : 2; baz : ++bar; }; document.write(foo.baz + foo.bar + bar); </script>
This question is part of this quiz :