Grammar fix

Added one word to improve the grammar of the read me file
pull/407/head
Suman Sourabh 3 years ago committed by GitHub
parent 1768d439e3
commit 2d89ff4b12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -53,7 +53,7 @@ console.log(innerFunc())
3 3
``` ```
Let us more example of inner functions Let us see one more example of inner functions
```js ```js
function outerFunction() { function outerFunction() {
@ -101,4 +101,4 @@ console.log(innerFuncs.minusOne)
🎉 CONGRATULATIONS ! 🎉 🎉 CONGRATULATIONS ! 🎉
[<< Day 18](../18_Day_Promises/18_day_promises.md) | [Day 20 >>](../20_Day_Writing_clean_codes/20_day_writing_clean_codes.md) [<< Day 18](../18_Day_Promises/18_day_promises.md) | [Day 20 >>](../20_Day_Writing_clean_codes/20_day_writing_clean_codes.md)

Loading…
Cancel
Save