Guest User

Untitled

a guest
Dec 18th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. var house = {
  2. windows: 'red',
  3. doors: 'green',
  4.  
  5. paintWindows: function(color) {
  6. this.windows = color;
  7. }
  8. };
Add Comment
Please, Sign In to add comment