<script> "use strict"; var ob={ y:null, set i(p){ this.y=p;}, get i(){ return this.y;} } alert(ob.i) </script>