2 lines
39 B
JavaScript
2 lines
39 B
JavaScript
var x = { a: 5, get a() {return 6;} };
|
var x = { a: 5, get a() {return 6;} };
|