freeCodeCamp/curriculum/challenges/german/02-javascript-algorithms-an.../object-oriented-programming
camperbot 41bbc30b94
chore(i18n,learn): processed translations (#48105)
2022-10-18 12:59:49 +05:30
..
add-methods-after-inheritance.md chore(i18n,learn): processed translations (#48105) 2022-10-18 12:59:49 +05:30
change-the-prototype-to-a-new-object.md chore(i18n,learn): processed translations (#47330) 2022-08-19 20:53:29 +02:00
create-a-basic-javascript-object.md chore(i18n,learn): processed translations (#47330) 2022-08-19 20:53:29 +02:00
create-a-method-on-an-object.md chore(i18n,learn): processed translations (#47330) 2022-08-19 20:53:29 +02:00
define-a-constructor-function.md chore(i18n,learn): processed translations (#47330) 2022-08-19 20:53:29 +02:00
extend-constructors-to-receive-arguments.md chore(i18n,learn): processed translations (#47330) 2022-08-19 20:53:29 +02:00
inherit-behaviors-from-a-supertype.md chore(i18n,learn): processed translations (#47330) 2022-08-19 20:53:29 +02:00
iterate-over-all-properties.md chore(i18n,learn): processed translations (#47330) 2022-08-19 20:53:29 +02:00
make-code-more-reusable-with-the-this-keyword.md chore(i18n,learn): processed translations (#47330) 2022-08-19 20:53:29 +02:00
override-inherited-methods.md chore(i18n,learn): processed translations (#47330) 2022-08-19 20:53:29 +02:00
remember-to-set-the-constructor-property-when-changing-the-prototype.md chore(i18n,learn): processed translations (#47330) 2022-08-19 20:53:29 +02:00
reset-an-inherited-constructor-property.md chore(i18n,learn): processed translations (#47330) 2022-08-19 20:53:29 +02:00
set-the-childs-prototype-to-an-instance-of-the-parent.md chore(i18n,learn): processed translations (#47330) 2022-08-19 20:53:29 +02:00
understand-own-properties.md chore(i18n,learn): processed translations (#47330) 2022-08-19 20:53:29 +02:00
understand-the-constructor-property.md chore(i18n,learn): processed translations (#47330) 2022-08-19 20:53:29 +02:00
understand-the-immediately-invoked-function-expression-iife.md chore(i18n,learn): processed translations (#47330) 2022-08-19 20:53:29 +02:00
understand-the-prototype-chain.md chore(i18n,learn): processed translations (#47330) 2022-08-19 20:53:29 +02:00
understand-where-an-objects-prototype-comes-from.md chore(i18n,learn): processed translations (#47330) 2022-08-19 20:53:29 +02:00
use-a-constructor-to-create-objects.md chore(i18n,learn): processed translations (#47330) 2022-08-19 20:53:29 +02:00
use-a-mixin-to-add-common-behavior-between-unrelated-objects.md chore(i18n,learn): processed translations (#47330) 2022-08-19 20:53:29 +02:00
use-an-iife-to-create-a-module.md chore(i18n,learn): processed translations (#47330) 2022-08-19 20:53:29 +02:00
use-closure-to-protect-properties-within-an-object-from-being-modified-externally.md chore(i18n,learn): processed translations (#47330) 2022-08-19 20:53:29 +02:00
use-dot-notation-to-access-the-properties-of-an-object.md chore(i18n,learn): processed translations (#47330) 2022-08-19 20:53:29 +02:00
use-inheritance-so-you-dont-repeat-yourself.md chore(i18n,learn): processed translations (#47330) 2022-08-19 20:53:29 +02:00
use-prototype-properties-to-reduce-duplicate-code.md chore(i18n,learn): processed translations (#47330) 2022-08-19 20:53:29 +02:00
verify-an-objects-constructor-with-instanceof.md chore(i18n,learn): processed translations (#47330) 2022-08-19 20:53:29 +02:00