diff --git a/1-js/08-prototypes/01-prototype-inheritance/proto-animal-rabbit-walk-2.svg b/1-js/08-prototypes/01-prototype-inheritance/proto-animal-rabbit-walk-2.svg index a0a495cb..11915b1b 100644 --- a/1-js/08-prototypes/01-prototype-inheritance/proto-animal-rabbit-walk-2.svg +++ b/1-js/08-prototypes/01-prototype-inheritance/proto-animal-rabbit-walk-2.svg @@ -18,7 +18,7 @@ walk: function - rabbit + rabbit diff --git a/1-js/08-prototypes/01-prototype-inheritance/proto-animal-rabbit-walk.svg b/1-js/08-prototypes/01-prototype-inheritance/proto-animal-rabbit-walk.svg index db1208ea..86ebdc2f 100644 --- a/1-js/08-prototypes/01-prototype-inheritance/proto-animal-rabbit-walk.svg +++ b/1-js/08-prototypes/01-prototype-inheritance/proto-animal-rabbit-walk.svg @@ -18,7 +18,7 @@ jumps: true - rabbit + rabbit diff --git a/1-js/08-prototypes/02-function-prototype/function-prototype-constructor.svg b/1-js/08-prototypes/02-function-prototype/function-prototype-constructor.svg index 6aa3710c..57ab9ace 100644 --- a/1-js/08-prototypes/02-function-prototype/function-prototype-constructor.svg +++ b/1-js/08-prototypes/02-function-prototype/function-prototype-constructor.svg @@ -5,18 +5,18 @@ Created with sketchtool. - + Rabbit - - + + - prototype + prototype - constructor + constructor default "prototype" diff --git a/1-js/08-prototypes/02-function-prototype/object-prototype-1.svg b/1-js/08-prototypes/02-function-prototype/object-prototype-1.svg index 8a93d2a8..db3bd916 100644 --- a/1-js/08-prototypes/02-function-prototype/object-prototype-1.svg +++ b/1-js/08-prototypes/02-function-prototype/object-prototype-1.svg @@ -30,9 +30,6 @@ prototype - - constructor - \ No newline at end of file diff --git a/1-js/08-prototypes/02-function-prototype/object-prototype.svg b/1-js/08-prototypes/02-function-prototype/object-prototype.svg index 828f61d3..c46a1333 100644 --- a/1-js/08-prototypes/02-function-prototype/object-prototype.svg +++ b/1-js/08-prototypes/02-function-prototype/object-prototype.svg @@ -22,9 +22,6 @@ prototype - - constructor - \ No newline at end of file diff --git a/1-js/08-prototypes/03-native-prototypes/function-prototype-constructor.svg b/1-js/08-prototypes/03-native-prototypes/function-prototype-constructor.svg index 6aa3710c..57ab9ace 100644 --- a/1-js/08-prototypes/03-native-prototypes/function-prototype-constructor.svg +++ b/1-js/08-prototypes/03-native-prototypes/function-prototype-constructor.svg @@ -5,18 +5,18 @@ Created with sketchtool. - + Rabbit - - + + - prototype + prototype - constructor + constructor default "prototype" diff --git a/1-js/08-prototypes/03-native-prototypes/object-prototype-1.svg b/1-js/08-prototypes/03-native-prototypes/object-prototype-1.svg index 8a93d2a8..db3bd916 100644 --- a/1-js/08-prototypes/03-native-prototypes/object-prototype-1.svg +++ b/1-js/08-prototypes/03-native-prototypes/object-prototype-1.svg @@ -30,9 +30,6 @@ prototype - - constructor - \ No newline at end of file diff --git a/1-js/08-prototypes/03-native-prototypes/object-prototype.svg b/1-js/08-prototypes/03-native-prototypes/object-prototype.svg index 828f61d3..c46a1333 100644 --- a/1-js/08-prototypes/03-native-prototypes/object-prototype.svg +++ b/1-js/08-prototypes/03-native-prototypes/object-prototype.svg @@ -22,9 +22,6 @@ prototype - - constructor - \ No newline at end of file diff --git a/1-js/08-prototypes/04-prototype-methods/object-prototype-2.svg b/1-js/08-prototypes/04-prototype-methods/object-prototype-2.svg index d0bf3464..4bd04b63 100644 --- a/1-js/08-prototypes/04-prototype-methods/object-prototype-2.svg +++ b/1-js/08-prototypes/04-prototype-methods/object-prototype-2.svg @@ -30,9 +30,6 @@ prototype - - constructor - \ No newline at end of file diff --git a/1-js/09-classes/02-class-inheritance/rabbit-animal-independent-animal.svg b/1-js/09-classes/02-class-inheritance/rabbit-animal-independent-animal.svg index 7a16b785..16c715da 100644 --- a/1-js/09-classes/02-class-inheritance/rabbit-animal-independent-animal.svg +++ b/1-js/09-classes/02-class-inheritance/rabbit-animal-independent-animal.svg @@ -34,9 +34,6 @@ name: "My animal" - - constructor - \ No newline at end of file diff --git a/1-js/09-classes/02-class-inheritance/rabbit-animal-independent-rabbit.svg b/1-js/09-classes/02-class-inheritance/rabbit-animal-independent-rabbit.svg index ab936c15..bf33ca65 100644 --- a/1-js/09-classes/02-class-inheritance/rabbit-animal-independent-rabbit.svg +++ b/1-js/09-classes/02-class-inheritance/rabbit-animal-independent-rabbit.svg @@ -14,9 +14,9 @@ Rabbit.prototype - + - Rabbit + Rabbit @@ -33,9 +33,6 @@ name: "My rabbit" - - constructor - \ No newline at end of file diff --git a/figures.sketch b/figures.sketch index 1d4a7cf1..ffdeb29e 100644 Binary files a/figures.sketch and b/figures.sketch differ