From b7c350593f425f49c090bbd6675052ac9eee196d Mon Sep 17 00:00:00 2001 From: bethrobson Date: Mon, 6 Jan 2020 18:41:47 -0800 Subject: [PATCH] JavaScript Prototype Pattern example --- .../designpatterns/prototype/monsters.html | 50 +++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 src/headfirst/designpatterns/prototype/monsters.html diff --git a/src/headfirst/designpatterns/prototype/monsters.html b/src/headfirst/designpatterns/prototype/monsters.html new file mode 100644 index 00000000..d44506f1 --- /dev/null +++ b/src/headfirst/designpatterns/prototype/monsters.html @@ -0,0 +1,50 @@ + + + +Monsters + + + + + + +