From 62299ed853674c4fd1427cd310516d5535bce648 Mon Sep 17 00:00:00 2001 From: Peter Roche <46547072+paroche@users.noreply.github.com> Date: Sun, 29 Mar 2020 16:26:02 -0600 Subject: [PATCH] do the same => do the same thing --- 1-js/08-prototypes/04-prototype-methods/article.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-js/08-prototypes/04-prototype-methods/article.md b/1-js/08-prototypes/04-prototype-methods/article.md index 80f5a956..dea718b0 100644 --- a/1-js/08-prototypes/04-prototype-methods/article.md +++ b/1-js/08-prototypes/04-prototype-methods/article.md @@ -65,7 +65,7 @@ This call makes a truly exact copy of `obj`, including all properties: enumerabl ## Brief history -If we count all the ways to manage `[[Prototype]]`, there are a lot! Many ways to do the same! +If we count all the ways to manage `[[Prototype]]`, there are a lot! Many ways to do the same thing! Why?