freeCodeCamp/curriculum/challenges/english/02-javascript-algorithms-an.../object-oriented-programming
lasjorg 9341aadb5b Fix/remove property references and update tests (#35109)
* fix(challenges): Update challenge text and assertion test

* fix(challenges): update assert test regex

* fix(challenges): update regex, fix inline comment in code example

* fix: corrected regex
2019-02-09 00:47:53 -05:00
..
add-methods-after-inheritance.english.md fix(curriculum): quotes in tests (#18828) 2018-10-20 23:32:47 +05:30
change-the-prototype-to-a-new-object.english.md fix(curriculum): quotes in tests (#18828) 2018-10-20 23:32:47 +05:30
create-a-basic-javascript-object.english.md fix(curriculum): quotes in tests (#18828) 2018-10-20 23:32:47 +05:30
create-a-method-on-an-object.english.md fix(curriculum): quotes in tests (#18828) 2018-10-20 23:32:47 +05:30
define-a-constructor-function.english.md fix(curriculum): quotes in tests (#18828) 2018-10-20 23:32:47 +05:30
extend-constructors-to-receive-arguments.english.md fix(curriculum): quotes in tests (#18828) 2018-10-20 23:32:47 +05:30
inherit-behaviors-from-a-supertype.english.md [fix]: Object Oriented Programming: Inherit Behaviors from a Supertype (#35063) 2019-02-06 08:23:47 +03:00
iterate-over-all-properties.english.md fix(curriculum): quotes in tests (#18828) 2018-10-20 23:32:47 +05:30
make-code-more-reusable-with-the-this-keyword.english.md fix(curriculum): quotes in tests (#18828) 2018-10-20 23:32:47 +05:30
override-inherited-methods.english.md fix(curriculum): quotes in tests (#18828) 2018-10-20 23:32:47 +05:30
remember-to-set-the-constructor-property-when-changing-the-prototype.english.md [Fix] Object Oriented Programming: Remember to Set the Constructor Property when Changing the Prototype (#34569) 2018-12-14 19:59:35 +09:00
reset-an-inherited-constructor-property.english.md fix(curriculum): quotes in tests (#18828) 2018-10-20 23:32:47 +05:30
set-the-childs-prototype-to-an-instance-of-the-parent.english.md fix(curriculum): quotes in tests (#18828) 2018-10-20 23:32:47 +05:30
understand-own-properties.english.md fix(curriculum): quotes in tests (#18828) 2018-10-20 23:32:47 +05:30
understand-the-constructor-property.english.md fix(curriculum): quotes in tests (#18828) 2018-10-20 23:32:47 +05:30
understand-the-immediately-invoked-function-expression-iife.english.md fix(curriculum): quotes in tests (#18828) 2018-10-20 23:32:47 +05:30
understand-the-prototype-chain.english.md fix(curriculum): quotes in tests (#18828) 2018-10-20 23:32:47 +05:30
understand-where-an-objects-prototype-comes-from.english.md fix(curriculum): quotes in tests (#18828) 2018-10-20 23:32:47 +05:30
use-a-constructor-to-create-objects.english.md fix(curriculum): quotes in tests (#18828) 2018-10-20 23:32:47 +05:30
use-a-mixin-to-add-common-behavior-between-unrelated-objects.english.md fix(curriculum): quotes in tests (#18828) 2018-10-20 23:32:47 +05:30
use-an-iife-to-create-a-module.english.md fix(curriculum): quotes in tests (#18828) 2018-10-20 23:32:47 +05:30
use-closure-to-protect-properties-within-an-object-from-being-modified-externally.english.md Fix/remove property references and update tests (#35109) 2019-02-09 00:47:53 -05:00
use-dot-notation-to-access-the-properties-of-an-object.english.md fix(curriculum): quotes in tests (#18828) 2018-10-20 23:32:47 +05:30
use-inheritance-so-you-dont-repeat-yourself.english.md fix(curriculum): quotes in tests (#18828) 2018-10-20 23:32:47 +05:30
use-prototype-properties-to-reduce-duplicate-code.english.md fix(curriculum): quotes in tests (#18828) 2018-10-20 23:32:47 +05:30
verify-an-objects-constructor-with-instanceof.english.md fix(curriculum): quotes in tests (#18828) 2018-10-20 23:32:47 +05:30