Merge pull request #2081 from MuhammedZakir/master

Restructure the Solution for 'Army of Functions' task and Fix Typos
This commit is contained in:
Ilya Kantor 2020-09-10 18:05:14 +03:00 committed by GitHub
commit 0168147c81
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 136 additions and 49 deletions

View file

@ -7,7 +7,7 @@ function makeUser() {
name: "John",
ref: this
};
};
}
let user = makeUser();
@ -45,7 +45,7 @@ function makeUser() {
}
*/!*
};
};
}
let user = makeUser();

View file

@ -14,7 +14,7 @@ function makeUser() {
name: "John",
ref: this
};
};
}
let user = makeUser();