-
-
Notifications
You must be signed in to change notification settings - Fork 616
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
Implement or Improve Concept Exercise: object-destructuring #948
Comments
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
mikedamay
changed the title
[JavaScript] Implement new Concept Exercise: object-destructuring
[V3] Implement new Concept Exercise: object-destructuring
Jan 28, 2021
This comment has been minimized.
This comment has been minimized.
junedev
added
x:action/create
Work on something from scratch
x:knowledge/intermediate
Quite a bit of Exercism knowledge required
x:module/concept
Work on Concepts
x:size/large
Large amount of work
x:type/content
Work on content (e.g. exercises, concepts)
labels
Sep 1, 2021
junedev
changed the title
[V3] Implement new Concept Exercise: object-destructuring
Implement new Concept Exercise: object-destructuring
Sep 11, 2021
junedev
changed the title
Implement new Concept Exercise: object-destructuring
Implement or Improve Concept Exercise: object-destructuring
Sep 11, 2021
14 tasks
junedev
removed
new exercise ✨
x:action/create
Work on something from scratch
x:knowledge/intermediate
Quite a bit of Exercism knowledge required
x:module/concept
Work on Concepts
x:type/content
Work on content (e.g. exercises, concepts)
x:size/large
Large amount of work
labels
Nov 6, 2021
This is on hold. The description needs to be updated according to the structure described here: #1500 (I will probably just create a new issue.) |
There is a fresh issue for this now (#1501), I am closing this one. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Getting started
Here you can read about what Concept Exercises are and how they are structured:
If you have not done so yet, it is probably also helpful to do a couple of "Learning Exercises" (this is how they are called on the site) yourself. You can also look at the code of an existing concept exercise like
bird-watcher
(conceptfor-loops
) for reference.See the documentation above (general documentation), as well as How to implement a Concept Exercise in JavaScript.
Goal
The goal of this exercise is to teach the student how they can destructure an object into multiple bindings (which looks like pattern matching), concept
object-destructuring
.Learning objectives
...otherProps
to pass on a few props, but not all).Out of scope
Concepts
object-destructuring
Prerequisites
objects
array-destructuring
About
Help
You can choose to do this solo-style, or collaborate with multiple people on this. The suggested approach is to
The text was updated successfully, but these errors were encountered: