diff --git a/README.md b/README.md index 384313e..5165802 100644 --- a/README.md +++ b/README.md @@ -13,17 +13,17 @@ Your objectives for the day is to: ### Scopes -- [ ] Watch these videos on Type and Scope +- [x] Watch these videos on Type and Scope - https://shereef.wistia.com/medias/mlnjxm9z9s - https://shereef.wistia.com/medias/hn99v12lkr - https://shereef.wistia.com/medias/6snmj6es7v - https://shereef.wistia.com/medias/5bva01dxbw -- [ ] Signup for [Udacity Object Oriented Javascript][udacity] -- [ ] Complete the [Scopes lesson][udacity] +- [x] Signup for [Udacity Object Oriented Javascript][udacity] +- [x] Complete the [Scopes lesson][udacity] ### Closures -- [ ] Complete the [Closures lesson][udacity] +- [x] Complete the [Closures lesson][udacity] ## Day 2: Objects and "this" diff --git a/day_2/getters_setters.html b/day_2/getters_setters.html new file mode 100644 index 0000000..050b4fd --- /dev/null +++ b/day_2/getters_setters.html @@ -0,0 +1,39 @@ + + + + + Object Oriented JavaScript + + + + + \ No newline at end of file diff --git a/day_2/objects.html b/day_2/objects.html new file mode 100644 index 0000000..750e37a --- /dev/null +++ b/day_2/objects.html @@ -0,0 +1,34 @@ + + + + + Object Oriented JavaScript + + + + + \ No newline at end of file diff --git a/day_2/privateProperties.html b/day_2/privateProperties.html new file mode 100644 index 0000000..0688b14 --- /dev/null +++ b/day_2/privateProperties.html @@ -0,0 +1,42 @@ + + + + + Object Oriented JavaScript + + + + + \ No newline at end of file diff --git a/day_2/prototypes.html b/day_2/prototypes.html new file mode 100644 index 0000000..43e32c5 --- /dev/null +++ b/day_2/prototypes.html @@ -0,0 +1,60 @@ + + + + + Object Oriented JavaScript + + + + + \ No newline at end of file