Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7ae2000

Browse files
committed
updated FCC links
1 parent 977a1f0 commit 7ae2000

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Week1/MAKEME.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@ If the answer is 'yes' to all preceding questions you are ready to follow these
7171

7272
_Deadline Sunday morning_
7373

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
7576
- https://www.freecodecamp.com/challenges/make-instances-of-objects-with-a-constructor-function
7677
- https://www.freecodecamp.com/challenges/make-unique-objects-by-passing-parameters-to-our-constructor
7778
- https://www.freecodecamp.com/challenges/make-object-properties-private

Week3/MAKEME.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,8 @@ _3.3.3_: with a `do...while` loop.
9696

9797
**3.4** Some practice with objects:
9898

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
100101
101102
**3.5** Nested loops
102103

0 commit comments

Comments
 (0)