freeCodeCamp/curriculum/challenges/english/02-javascript-algorithms-and-data-structures/object-oriented-programming
Niraj Nandish 441f11db38
feat: mobile curriculum testing (#47586)
* feat: first draft of action and cypress spec

* feat: test all generated challenges

* fix: better identification of block

* action: update cypress config

* action: upload to dashboard

* action: testing js cert challenges

* fix: unnecessary after user code for Make a Person

* feat: capture console log output for assert test

* fix: remove after seed code

* fix: change const to let

* fix: test

* action: disable js certification

* action: stop checking out branch in action

* action: check out right mobile repo

Co-authored-by: sembauke <semboot699@gmail.com>
2022-10-14 16:57:34 -07:00
..
add-methods-after-inheritance.md feat: mobile curriculum testing (#47586) 2022-10-14 16:57:34 -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: remove double space (#44837) 2022-01-19 22:19:43 +00: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