Guest User

Untitled

a guest
Jan 21st, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. const make_cheesecake = type => {
  2. let factory = new CheesecakeFactory();
  3. cheesecake = factory.create_cheesecake(type)
  4. cheesecake.make_crust
  5. cheesecake.add_layers
  6. cheesecake.bake
  7. cheesecake.refrigerate
  8. cheesecake.add_toppings
  9. cheesecake
  10. }
Add Comment
Please, Sign In to add comment