freeCodeCamp/curriculum/challenges/portuguese/02-javascript-algorithms-an.../object-oriented-programming
Nicholas Carrigan (he/him) f25e3e69f8
feat: enable new langs (#42491)
Enable italian and portuguese
2021-06-15 13:19:18 +05:30
..
add-methods-after-inheritance.md feat: enable new langs (#42491) 2021-06-15 13:19:18 +05:30
change-the-prototype-to-a-new-object.md feat: enable new langs (#42491) 2021-06-15 13:19:18 +05:30
create-a-basic-javascript-object.md feat: enable new langs (#42491) 2021-06-15 13:19:18 +05:30
create-a-method-on-an-object.md feat: enable new langs (#42491) 2021-06-15 13:19:18 +05:30
define-a-constructor-function.md feat: enable new langs (#42491) 2021-06-15 13:19:18 +05:30
extend-constructors-to-receive-arguments.md feat: enable new langs (#42491) 2021-06-15 13:19:18 +05:30
inherit-behaviors-from-a-supertype.md feat: enable new langs (#42491) 2021-06-15 13:19:18 +05:30
iterate-over-all-properties.md feat: enable new langs (#42491) 2021-06-15 13:19:18 +05:30
make-code-more-reusable-with-the-this-keyword.md feat: enable new langs (#42491) 2021-06-15 13:19:18 +05:30
override-inherited-methods.md feat: enable new langs (#42491) 2021-06-15 13:19:18 +05:30
remember-to-set-the-constructor-property-when-changing-the-prototype.md feat: enable new langs (#42491) 2021-06-15 13:19:18 +05:30
reset-an-inherited-constructor-property.md feat: enable new langs (#42491) 2021-06-15 13:19:18 +05:30
set-the-childs-prototype-to-an-instance-of-the-parent.md feat: enable new langs (#42491) 2021-06-15 13:19:18 +05:30
understand-own-properties.md feat: enable new langs (#42491) 2021-06-15 13:19:18 +05:30
understand-the-constructor-property.md feat: enable new langs (#42491) 2021-06-15 13:19:18 +05:30
understand-the-immediately-invoked-function-expression-iife.md feat: enable new langs (#42491) 2021-06-15 13:19:18 +05:30
understand-the-prototype-chain.md feat: enable new langs (#42491) 2021-06-15 13:19:18 +05:30
understand-where-an-objects-prototype-comes-from.md feat: enable new langs (#42491) 2021-06-15 13:19:18 +05:30
use-a-constructor-to-create-objects.md feat: enable new langs (#42491) 2021-06-15 13:19:18 +05:30
use-a-mixin-to-add-common-behavior-between-unrelated-objects.md feat: enable new langs (#42491) 2021-06-15 13:19:18 +05:30
use-an-iife-to-create-a-module.md feat: enable new langs (#42491) 2021-06-15 13:19:18 +05:30
use-closure-to-protect-properties-within-an-object-from-being-modified-externally.md feat: enable new langs (#42491) 2021-06-15 13:19:18 +05:30
use-dot-notation-to-access-the-properties-of-an-object.md feat: enable new langs (#42491) 2021-06-15 13:19:18 +05:30
use-inheritance-so-you-dont-repeat-yourself.md feat: enable new langs (#42491) 2021-06-15 13:19:18 +05:30
use-prototype-properties-to-reduce-duplicate-code.md feat: enable new langs (#42491) 2021-06-15 13:19:18 +05:30
verify-an-objects-constructor-with-instanceof.md feat: enable new langs (#42491) 2021-06-15 13:19:18 +05:30