Skip to content
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

Does 'map' really "transform values from the array"? #3

Closed
brigj1 opened this issue May 3, 2022 · 0 comments · Fixed by #5
Closed

Does 'map' really "transform values from the array"? #3

brigj1 opened this issue May 3, 2022 · 0 comments · Fixed by #5
Assignees
Labels
se curriculum Issue for lessons in the Software Engineering program

Comments

@brigj1
Copy link

brigj1 commented May 3, 2022

Canvas Link

https://learning.flatironschool.com/courses/5185/pages/mapping-arrays?module_item_id=396141

Concern

In the "Callback city" section we say:
We want to transform values from the array,

This makes me cringe a little. :-(
It implies that we are going to change the values - bordering on manipulating the original values of the array.

Additional Context

No response

Suggested Changes

Maybe soften this:
"We want to transform values from the array, ..."

to something like this?:
"We want to do something with each value from the array, ..."

Language of "each value" highlights how every element from the map will be an input.

@brigj1 brigj1 added the se curriculum Issue for lessons in the Software Engineering program label May 3, 2022
@lizbur10 lizbur10 self-assigned this May 6, 2022
@lizbur10 lizbur10 mentioned this issue May 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
se curriculum Issue for lessons in the Software Engineering program
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants