freeCodeCamp/curriculum/challenges/english/02-javascript-algorithms-an.../object-oriented-programming
Ilenia 0de2cc97db
fix: remove code tags from first prototype (#43158)
2021-08-10 14:44:14 +02:00
..
add-methods-after-inheritance.md fix(curriculum): Update wording of test in 'Add Methods After Inheritance' (#42112) 2021-05-12 11:25:05 -07:00
change-the-prototype-to-a-new-object.md feat(curriculum): restore seed + solution to Chinese (#40683) 2021-01-12 19:31:00 -07:00
create-a-basic-javascript-object.md chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -07:00
create-a-method-on-an-object.md chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -07:00
define-a-constructor-function.md fix: add blank lines on empty seeds (#41348) 2021-03-03 13:14:28 -08:00
extend-constructors-to-receive-arguments.md chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -07:00
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 fix: remove code tags from first prototype (#43158) 2021-08-10 14:44:14 +02:00
make-code-more-reusable-with-the-this-keyword.md fix: replace inline code blocks (#41576) 2021-03-26 02:37:48 +05:30
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 chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -07:00
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 chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -07:00
understand-own-properties.md fix: wrap own properties and not just own (#41614) 2021-03-27 07:59:44 -06:00
understand-the-constructor-property.md chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -07:00
understand-the-immediately-invoked-function-expression-iife.md chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -07:00
understand-the-prototype-chain.md chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -07:00
understand-where-an-objects-prototype-comes-from.md chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -07:00
use-a-constructor-to-create-objects.md chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -07:00
use-a-mixin-to-add-common-behavior-between-unrelated-objects.md chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -07:00
use-an-iife-to-create-a-module.md chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -07:00
use-closure-to-protect-properties-within-an-object-from-being-modified-externally.md chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -07:00
use-dot-notation-to-access-the-properties-of-an-object.md chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -07:00
use-inheritance-so-you-dont-repeat-yourself.md feat(curriculum): restore seed + solution to Chinese (#40683) 2021-01-12 19:31:00 -07:00
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 chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -07:00