Skip to content
This repository has been archived by the owner on Aug 6, 2024. It is now read-only.

Commit

Permalink
Add extra practice
Browse files Browse the repository at this point in the history
  • Loading branch information
haraldF committed Apr 11, 2024
1 parent a0c0479 commit 51a6cad
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions lesson08.md
Original file line number Diff line number Diff line change
Expand Up @@ -395,3 +395,13 @@ me.introduce();
console.log(me.address.city); // "Berlin"
console.log(me.address.country); // "Germany"
```

---

### Bonus Practice

Change the `me` objects in https://raw.githubusercontent.com/ReDI-School/js-berlin-2024-spring/main/objects/index.html

Only change `me` object, nothing else in that file!


0 comments on commit 51a6cad

Please sign in to comment.