Skip to content

Commit f8863c5

Browse files
committed
day 8
1 parent 7df4d43 commit f8863c5

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

07_Day/07_day_functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ console.log('Weight of an object in Newton: ', weightOfObject(100, 1.62)) // gra
505505

506506
### Function declaration versus Arrow function
507507

508-
🌕 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.
508+
🌕 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.
509509

510510
## 💻 Exercises
511511

08_Day/08_day_objects.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -417,6 +417,8 @@ console.log(copyPerson.hasOwnProperty('name'))
417417
console.log(copyPerson.hasOwnProperty('score'))
418418
```
419419

420+
🌕 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.
421+
420422
## 💻 Exercises
421423

422424
1. Create an empty object called dog

0 commit comments

Comments
 (0)