max-mapper / max-mapper/javascript-for-cats
Typo: sentence -> excitedSentence
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 794
- Forks
- 139
- PR merge metrics
- No merged PRs in 30d
Description
In the section "Making New Functions" when it is shown what happens without the return statement, there is a typo. In the gif, the result of makeMoreExciting is put into excitedSentence, so excitedSentence is empty, not sentence as it says in the following paragraph:
Why is sentence empty?
should be
Why is excitedSentence empty?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Open the “Making New Functions” section and compare the paragraph with the gif showing makeMoreExciting. Change the question to refer to excitedSentence, then review the surrounding text to confirm the variable names are consistent.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 55/100