File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,8 @@ If the answer is 'yes' to all preceding questions you are ready to follow these
71
71
72
72
_ Deadline Sunday morning_
73
73
74
- - https://www.freecodecamp.com/challenges/declare-javascript-objects-as-variables
74
+ -[ Build JavaScript Objects] ( https://learn.freecodecamp.org/javascript-algorithms-and-data-structures/basic-javascript/build-javascript-objects )
75
+ - Use a Constructor to Create Objects
75
76
- https://www.freecodecamp.com/challenges/make-instances-of-objects-with-a-constructor-function
76
77
- https://www.freecodecamp.com/challenges/make-unique-objects-by-passing-parameters-to-our-constructor
77
78
- https://www.freecodecamp.com/challenges/make-object-properties-private
Original file line number Diff line number Diff line change @@ -96,7 +96,8 @@ _3.3.3_: with a `do...while` loop.
96
96
97
97
** 3.4** Some practice with objects:
98
98
99
- > https://www.freecodecamp.com/challenges/construct-javascript-objects-with-functions
99
+ > https://learn.freecodecamp.org/javascript-algorithms-and-data-structures/object-oriented-programming/define-a-constructor-function
100
+ > https://learn.freecodecamp.org/javascript-algorithms-and-data-structures/object-oriented-programming/use-a-constructor-to-create-objects
100
101
101
102
** 3.5** Nested loops
102
103
You can’t perform that action at this time.
0 commit comments