Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed typos and better descriptions. #387

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

torreymr
Copy link

@torreymr torreymr commented Dec 9, 2023

First day of going through the 30 Days of React course and noticed a few typos and added some better descriptions.

- forEach is used for array
- for in is used for object
- While loop when the number of iteration is not known.
- Do while loop and while loop are almost the same but do while loops run at least once even when the condition is false.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do we really need plural ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants