freeCodeCamp/curriculum/challenges/espanol/02-javascript-algorithms-and-data-structures/object-oriented-programming
freeCodeCamp's Camper Bot e6b05ee25d
chore(i18n,learn): processed translations (#54537)
Co-authored-by: Naomi <nhcarrigan@gmail.com>
2024-04-26 12:26:37 +07:00
..
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 (#54537) 2024-04-26 12:26:37 +07:00
create-a-basic-javascript-object.md chore(i8n,curriculum): processed translations (#41575) 2021-03-25 07:07:03 -06:00
create-a-method-on-an-object.md chore(i8n,curriculum): processed translations (#41575) 2021-03-25 07:07:03 -06:00
define-a-constructor-function.md chore(i18n,learn): processed translations (#45493) 2022-03-21 17:55:58 +01:00
extend-constructors-to-receive-arguments.md chore: update translations (#41737) 2021-04-05 08:04:04 -07:00
inherit-behaviors-from-a-supertype.md chore(i18n,learn): processed translations (#54537) 2024-04-26 12:26:37 +07:00
iterate-over-all-properties.md chore(i18n,learn): processed translations (#54537) 2024-04-26 12:26:37 +07:00
make-code-more-reusable-with-the-this-keyword.md chore(i18n,learn): processed translations (#54537) 2024-04-26 12:26:37 +07:00
override-inherited-methods.md chore(i18n,curriculum): update translations (#42568) 2021-06-20 09:59:09 -07:00
remember-to-set-the-constructor-property-when-changing-the-prototype.md chore(i8n,curriculum): processed translations (#41595) 2021-03-26 07:42:17 -07:00
reset-an-inherited-constructor-property.md chore(i18n,curriculum): update translations (#42568) 2021-06-20 09:59:09 -07:00
set-the-childs-prototype-to-an-instance-of-the-parent.md chore(i8n,curriculum): processed translations (#41560) 2021-03-23 07:41:00 -07:00
understand-own-properties.md chore(i18n,learn): processed translations (#54537) 2024-04-26 12:26:37 +07:00
understand-the-constructor-property.md chore(i18n,learn): processed translations (#54537) 2024-04-26 12:26:37 +07:00
understand-the-immediately-invoked-function-expression-iife.md chore(i18n,learn): processed translations (#54537) 2024-04-26 12:26:37 +07:00
understand-the-prototype-chain.md chore(i18n,learn): processed translations (#54537) 2024-04-26 12:26:37 +07:00
understand-where-an-objects-prototype-comes-from.md chore(i18n,learn): processed translations (#54537) 2024-04-26 12:26:37 +07:00
use-a-constructor-to-create-objects.md chore(i18n,learn): processed translations (#54537) 2024-04-26 12:26:37 +07:00
use-a-mixin-to-add-common-behavior-between-unrelated-objects.md chore(i8n,curriculum): processed translations (#41668) 2021-03-30 09:44:56 -06:00
use-an-iife-to-create-a-module.md chore(i8n,curriculum): processed translations (#41668) 2021-03-30 09:44:56 -06:00
use-closure-to-protect-properties-within-an-object-from-being-modified-externally.md chore(i18n,learn): processed translations (#54537) 2024-04-26 12:26:37 +07:00
use-dot-notation-to-access-the-properties-of-an-object.md chore(i18n,learn): processed translations (#54537) 2024-04-26 12:26:37 +07:00
use-inheritance-so-you-dont-repeat-yourself.md chore(i8n,curriculum): processed translations (#41560) 2021-03-23 07:41:00 -07:00
use-prototype-properties-to-reduce-duplicate-code.md chore(i18n,learn): processed translations (#49545) 2023-02-28 08:08:50 -08:00
verify-an-objects-constructor-with-instanceof.md chore(i18n,learn): processed translations (#54537) 2024-04-26 12:26:37 +07:00