From f8863c5dce7f60f6a5a68c9bd55fcb0141fad911 Mon Sep 17 00:00:00 2001 From: Asabeneh Date: Thu, 9 Jan 2020 00:50:30 +0200 Subject: [PATCH] day 8 --- 07_Day/07_day_functions.md | 2 +- 08_Day/08_day_objects.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/07_Day/07_day_functions.md b/07_Day/07_day_functions.md index ced67595..fb4850e4 100644 --- a/07_Day/07_day_functions.md +++ b/07_Day/07_day_functions.md @@ -505,7 +505,7 @@ console.log('Weight of an object in Newton: ', weightOfObject(100, 1.62)) // gra ### Function declaration versus Arrow function -🌕 You are a rising stat, now you knew function . Now, you are super charged with the power of functions. You have just completed day 6 challenges and you are 6 steps a head in to your way to greatness. Now do some exercises for your brain and for your muscle. +🌕 You are a rising star, now you knew function . Now, you are super charged with the power of functions. You have just completed day 7 challenges and you are 7 steps a head in to your way to greatness. Now do some exercises for your brain and for your muscle. ## 💻 Exercises diff --git a/08_Day/08_day_objects.md b/08_Day/08_day_objects.md index 18e36ec2..a8660f06 100644 --- a/08_Day/08_day_objects.md +++ b/08_Day/08_day_objects.md @@ -417,6 +417,8 @@ console.log(copyPerson.hasOwnProperty('name')) console.log(copyPerson.hasOwnProperty('score')) ``` +🌕 You are astonishing. Now, you are super charged with the power of objects. You have just completed day 7 challenges and you are 7 steps a head in to your way to greatness. Now do some exercises for your brain and for your muscle. + ## 💻 Exercises 1. Create an empty object called dog