workshopper / workshopper/javascripting
scope problem should be updated to ES2015
Open
Nobody has claimed this yet.
discussion
- Dominant language
- JavaScript
- Stars
- 2.9k
- Forks
- 1k
- Avg merge
- 14h 47m
- Merged PRs (30d)
- 1
Description
The scope exercise defines scope in javascript before the ES2015 standard. Being 5 years later the ES2015 is probably the most used javascript now.
- enter
javascripting - select SCOPE
- you can see that only
globalandlocalscopes are referenced
Include block scope. Rename local scope to function scope.
Usage is defined at these two links from w3schools for let and const,
Contributor guide
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
Start by entering javascripting and selecting SCOPE, then review how the exercise currently presents global and local scope alongside the linked let and const references. Done means the exercise includes block scope, renames local scope to function scope, and reflects ES2015 usage.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- content
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 55/100