Avatar
<script> const a = { throws: 'foo', }; console.log(a.throws); </script>