pull/684/merge
Ala Eddine Menai (Ala) 9 months ago committed by GitHub
commit 073e331732
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -501,7 +501,7 @@ console.log(copyPerson.hasOwnProperty('score'))
### Exercises: Level 3
1. Create an object literal called _personAccount_. It has _firstName, lastName, incomes, expenses_ properties and it has _totalIncome, totalExpense, accountInfo,addIncome, addExpense_ and _accountBalance_ methods. Incomes is a set of incomes and its description and expenses is a set of incomes and its description.
1. Create an object literal called _personAccount_. It has _firstName, lastName, incomes, expenses_ properties and it has _totalIncome, totalExpense, accountInfo,addIncome, addExpense_ and _accountBalance_ methods. Incomes is a set of incomes and its description and expenses is a set of expenses and its description.
2. **** Questions:2, 3 and 4 are based on the following two arrays:users and products ()
```js

Loading…
Cancel
Save