workshopper / workshopper/javascripting

scope problem should be updated to ES2015

Open
#296 4 comments 0 reactions 0 assignees View on GitHub

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.

  1. enter javascripting
  2. select SCOPE
  3. you can see that only global and local scopes 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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.