From 931ff9de052f3132be43c135a3bf0f08cc6fcb82 Mon Sep 17 00:00:00 2001 From: Stephani McGrath Date: Mon, 8 May 2017 10:54:28 -0700 Subject: [PATCH 1/3] sets artifact first commit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 384313e..79e72a8 100644 --- a/README.md +++ b/README.md @@ -13,12 +13,12 @@ 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] +- [x] Signup for [Udacity Object Oriented Javascript][udacity] - [ ] Complete the [Scopes lesson][udacity] ### Closures From ca82e7b4b0a9965df204836db9d1c156907f34ed Mon Sep 17 00:00:00 2001 From: Stephani McGrath Date: Mon, 8 May 2017 17:48:39 -0700 Subject: [PATCH 2/3] completes day one specs and begins day2 --- README.md | 4 +-- day_2/getters_setters.html | 38 +++++++++++++++++++++ day_2/objects.html | 64 ++++++++++++++++++++++++++++++++++++ day_2/privateProperties.html | 42 +++++++++++++++++++++++ day_2/prototypes.html | 60 +++++++++++++++++++++++++++++++++ 5 files changed, 206 insertions(+), 2 deletions(-) create mode 100644 day_2/getters_setters.html create mode 100644 day_2/objects.html create mode 100644 day_2/privateProperties.html create mode 100644 day_2/prototypes.html diff --git a/README.md b/README.md index 79e72a8..5165802 100644 --- a/README.md +++ b/README.md @@ -19,11 +19,11 @@ Your objectives for the day is to: - https://shereef.wistia.com/medias/6snmj6es7v - https://shereef.wistia.com/medias/5bva01dxbw - [x] Signup for [Udacity Object Oriented Javascript][udacity] -- [ ] Complete the [Scopes lesson][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..53bdedc --- /dev/null +++ b/day_2/getters_setters.html @@ -0,0 +1,38 @@ + + + + + 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..2a77f5a --- /dev/null +++ b/day_2/objects.html @@ -0,0 +1,64 @@ + + + + + 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 From 26c45b8bfba76f127fe982b623754f3ee7860884 Mon Sep 17 00:00:00 2001 From: Stephani McGrath Date: Tue, 9 May 2017 11:33:48 -0700 Subject: [PATCH 3/3] makes changes to day1 files --- day_2/getters_setters.html | 41 +++++++++++++------------- day_2/objects.html | 60 ++++++++++---------------------------- 2 files changed, 36 insertions(+), 65 deletions(-) diff --git a/day_2/getters_setters.html b/day_2/getters_setters.html index 53bdedc..050b4fd 100644 --- a/day_2/getters_setters.html +++ b/day_2/getters_setters.html @@ -7,31 +7,32 @@ diff --git a/day_2/objects.html b/day_2/objects.html index 2a77f5a..750e37a 100644 --- a/day_2/objects.html +++ b/day_2/objects.html @@ -7,57 +7,27 @@