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

Create Workout covering accessing nested data structures in JavaScript #718

Open
lizTheDeveloper opened this issue Apr 24, 2018 · 0 comments

Comments

@lizTheDeveloper
Copy link
Collaborator

We don't have any content that addresses deeply nested data structures, such as arrays in arrays, or objects that contain arrays of objects that contain arrays. This should take up an entire workout.

Show how to "build" to an expression that accesses a deeply nested structure, also find an exercise where they'll have to practice this.
Another useful insight in this would be one where you show how to break down a complex expression down into simpler, easier to read operations, which is useful for debugging or creating clearer code.

Objectives to cover:
js.evaluate-expressions.7: Accurately predict the result of complex JavaScript expressions operating on a data structure
js.evaluate-expressions.8: Accurately predict the result of complex data structure access operations
js.write-expressions.2: Decompose complex expressions into simple expressions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant