File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- #Homework Week 3
1+ # Homework Week 3
22
3- ##Read:
3+ ## Read:
44- https://en.wikipedia.org/wiki/Object-oriented_programming
55- https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Operators/this
66- https://developer.mozilla.org/en-US/docs/Glossary/Scope
77- https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions
88
99
10- ##Challenges:
10+ ## Challenges:
1111- https://www.freecodecamp.com/challenges/declare-javascript-objects-as-variables
1212- https://www.freecodecamp.com/challenges/make-instances-of-objects-with-a-constructor-function
1313- https://www.freecodecamp.com/challenges/make-unique-objects-by-passing-parameters-to-our-constructor
1414- https://www.freecodecamp.com/challenges/make-object-properties-private
1515
1616And just for fun ... https://www.freecodecamp.com/challenges/sum-all-numbers-in-a-range
1717
18- ##Further reading:
18+ ## Further reading:
1919Function call() - https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function/call
2020Function apply() - https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function/apply
2121Function bind() - https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function/bind
@@ -24,4 +24,4 @@ Arguments - https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Funct
2424
2525Loops practice - https://www.freecodecamp.com/challenges/iterate-with-javascript-for-loops
2626https://www.freecodecamp.com/challenges/iterate-with-javascript-while-loops
27- https://developer.mozilla.org/en/docs/Web/JavaScript/Closures
27+ https://developer.mozilla.org/en/docs/Web/JavaScript/Closures
You can’t perform that action at this time.
0 commit comments