This commit is contained in:
Karan 2022-08-04 18:10:28 +05:30 committed by GitHub
parent 33d3a452b2
commit 78a1fdf62e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,6 +39,9 @@ while (notFound && someArray.length > 0) {
}
}
```
## Chapter05, Page 112 - Rephrased the 2nd paragrah on the page.
"We are looking for all the groups that have two or more names starting with an M. If we find such a group, we will log it."
## Practice exercise 6.4, Page 129 - Fixed the incorrect referencing
Modify the calculator that you made in Practice exercise `6.2`