commit
acfb23fe0f
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ let salaries = {
|
||||||
John: 100,
|
John: 100,
|
||||||
Ann: 160,
|
Ann: 160,
|
||||||
Pete: 130
|
Pete: 130
|
||||||
}
|
};
|
||||||
|
|
||||||
let sum = 0;
|
let sum = 0;
|
||||||
for (let key in salaries) {
|
for (let key in salaries) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue