From 4f8a732b182189540a7bb24db2964d813f4f9c11 Mon Sep 17 00:00:00 2001 From: pan-no-mimi <131193555+pan-no-mimi@users.noreply.github.com> Date: Wed, 23 Oct 2024 22:01:41 +0900 Subject: [PATCH] Create rabbit-animal-object.svg --- .../rabbit-animal-object.svg | 48 +++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 1-js/08-prototypes/01-prototype-inheritance/rabbit-animal-object.svg diff --git a/1-js/08-prototypes/01-prototype-inheritance/rabbit-animal-object.svg b/1-js/08-prototypes/01-prototype-inheritance/rabbit-animal-object.svg new file mode 100644 index 0000000000..28daef3af8 --- /dev/null +++ b/1-js/08-prototypes/01-prototype-inheritance/rabbit-animal-object.svg @@ -0,0 +1,48 @@ + + + + rabbit-animal-object.svg + Created with sketchtool. + + + + + toString: function + hasOwnProperty: function + ... + + + Object.prototype + + + + animal + + + + [[Prototype]] + + + [[Prototype]] + + + + [[Prototype]] + + + null + + + eats: true + + + + rabbit + + + + jumps: true + + + + \ No newline at end of file