Restructure the Solution for 'Army of Functions' task and Fix Typos
Fix #2068 - Army of Functions Fix #2070 - Typo Fix #2056 - Grammatical Error Fix #2074 - Remove semi-colon after function declaration
This commit is contained in:
parent
2f4747be58
commit
0f5b63d86f
8 changed files with 136 additions and 49 deletions
|
@ -7,7 +7,7 @@ function makeUser() {
|
|||
name: "John",
|
||||
ref: this
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
let user = makeUser();
|
||||
|
||||
|
@ -45,7 +45,7 @@ function makeUser() {
|
|||
}
|
||||
*/!*
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
let user = makeUser();
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@ function makeUser() {
|
|||
name: "John",
|
||||
ref: this
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
let user = makeUser();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue