-
-
Notifications
You must be signed in to change notification settings - Fork 640
Concept: object destructuring #2657
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
Conversation
This comment was marked as off-topic.
This comment was marked as off-topic.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So, are we changing the exercise from focusing on rest
and spread
to object destructuring
? I feel like I've missed when that happened.
Nvm, I just saw the train-driver
exercise, which i think replaces this one as a rest
and spread
exercise. Correct me if i'm wrong.
Also, does the file name of the ci proof matter, because it's exemplar,js
in some cases and proof.ci.js
in others?
~~~~ | ||
<!-- prettier-ignore-end --> | ||
|
||
Want to level up Elyse her magic? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Want to help Elyse level up her magic?
(Idk, the original doesn't sound correct in my head)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah yours sounds good
Correct
Concept exercises are exemplar.js and practice exercises are proof.ci.js I made that choice because for concept exercises the proof should be idiomatic but this is not the case for the practice exercises. We have a few hacky "just make it pass" solutions hehe |
Resolves #1501