🔧 Fix typo mistake

Expenses is a set of expenses and its descritption.
pull/684/head
Menai Ala Eddine 3 years ago committed by GitHub
parent ffd79e248d
commit 811bd00814
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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