Guest User

Untitled

a guest
Nov 17th, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. var MotorBike = function() {
  2. this.wheels = 4;
  3. this.engines = 1;
  4. this.seats = 5;
  5. };
Add Comment
Please, Sign In to add comment