freeCodeCamp/curriculum/challenges/english/02-javascript-algorithms-an.../object-oriented-programming
Ilenia 08fc4014c7
fix(curriculum): Removing genitive from inside backticks and backticks from word own (#42466)
* inherit-behaviors-from-a-supertype put genitive outside backticks

* override-inherited-methods genitive outside backticks

* reset-an-inherited-constructor-property genitive outside backticks

* use-prototype-properties-to-reduce-duplicate-code genitive outisde backticks

* use-prototype-properties-to-reduce-duplicate-code own without backticks

* removing genitive by rephrasing

Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>

Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>
2021-06-14 17:52:28 +02:00
..
add-methods-after-inheritance.md
change-the-prototype-to-a-new-object.md
create-a-basic-javascript-object.md
create-a-method-on-an-object.md
define-a-constructor-function.md
extend-constructors-to-receive-arguments.md
inherit-behaviors-from-a-supertype.md fix(curriculum): Removing genitive from inside backticks and backticks from word own (#42466) 2021-06-14 17:52:28 +02:00
iterate-over-all-properties.md
make-code-more-reusable-with-the-this-keyword.md
override-inherited-methods.md fix(curriculum): Removing genitive from inside backticks and backticks from word own (#42466) 2021-06-14 17:52:28 +02:00
remember-to-set-the-constructor-property-when-changing-the-prototype.md
reset-an-inherited-constructor-property.md fix(curriculum): Removing genitive from inside backticks and backticks from word own (#42466) 2021-06-14 17:52:28 +02:00
set-the-childs-prototype-to-an-instance-of-the-parent.md
understand-own-properties.md
understand-the-constructor-property.md
understand-the-immediately-invoked-function-expression-iife.md
understand-the-prototype-chain.md
understand-where-an-objects-prototype-comes-from.md
use-a-constructor-to-create-objects.md
use-a-mixin-to-add-common-behavior-between-unrelated-objects.md
use-an-iife-to-create-a-module.md
use-closure-to-protect-properties-within-an-object-from-being-modified-externally.md
use-dot-notation-to-access-the-properties-of-an-object.md
use-inheritance-so-you-dont-repeat-yourself.md
use-prototype-properties-to-reduce-duplicate-code.md fix(curriculum): Removing genitive from inside backticks and backticks from word own (#42466) 2021-06-14 17:52:28 +02:00
verify-an-objects-constructor-with-instanceof.md