Guest User

Untitled

a guest
Jul 19th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. var Test = function(){}
  2. Test.prototype = {
  3. get foo() {
  4. return 0;
  5. },
  6. set foo(val) {
  7. return val;
  8. },
  9. }
Add Comment
Please, Sign In to add comment