This website requires JavaScript.
Explore
Help
Sign In
gaspersic
/
freeCodeCamp
Watch
1
Star
0
Fork
0
You've already forked freeCodeCamp
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
Files
38c99d7ff55f98e214ac1ef426cea9719f10556c
freeCodeCamp
/
curriculum
/
challenges
/
english
/
02-javascript-algorithms-and-data-structures
/
object-oriented-programming
History
Aditya
665c9cb47f
fix: Object Oriented Programming: Use Dot Notation to Access the Properties of an Object (
#34675
)
...
* fix: typos * fix: removed unnecessary assert message
2019-02-25 22:24:06 -05:00
..
add-methods-after-inheritance.english.md
…
change-the-prototype-to-a-new-object.english.md
…
create-a-basic-javascript-object.english.md
…
create-a-method-on-an-object.english.md
…
define-a-constructor-function.english.md
…
extend-constructors-to-receive-arguments.english.md
…
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
…
make-code-more-reusable-with-the-this-keyword.english.md
…
override-inherited-methods.english.md
…
remember-to-set-the-constructor-property-when-changing-the-prototype.english.md
…
reset-an-inherited-constructor-property.english.md
…
set-the-childs-prototype-to-an-instance-of-the-parent.english.md
…
understand-own-properties.english.md
…
understand-the-constructor-property.english.md
…
understand-the-immediately-invoked-function-expression-iife.english.md
…
understand-the-prototype-chain.english.md
…
understand-where-an-objects-prototype-comes-from.english.md
…
use-a-constructor-to-create-objects.english.md
…
use-a-mixin-to-add-common-behavior-between-unrelated-objects.english.md
…
use-an-iife-to-create-a-module.english.md
…
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: Object Oriented Programming: Use Dot Notation to Access the Properties of an Object (
#34675
)
2019-02-25 22:24:06 -05:00
use-inheritance-so-you-dont-repeat-yourself.english.md
…
use-prototype-properties-to-reduce-duplicate-code.english.md
…
verify-an-objects-constructor-with-instanceof.english.md
…