Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Deliverable Submission
Please describe your comfort and completeness levels before submitting.
Comfort Level (1-5): 2
Completeness Level (1-5): 4.5(?)
What did you think of this deliverable?:
I was too confused about cookies and wasn't quite sure how to use an array. I tried to go around this by not using either, but my solution ended up being very messy and I had an awful awful time debugging.
How many hours did you spend on this assignment?
8
What part did you spend the most time on?
Switch case logic
Does the assignment run without errors? If the assignment has errors, what are they?
The code block that checks for the destination location chosen doesn't run for some reason. Instead, the alert for "please enter cabin class" pops up instead, and the rest of the code executes from there. I spent a lot of time looking through the problematic code block but I can't figure out what went wrong.
Describe one part of the code or choose one line you would improve upon. What would you improve?
probably should have tried using buttons instead.
What did you think of this deliverable? Any other comments?
I found this really challenging and I kept getting syntax errors...I'm hoping I'll figure out a better way to debug soon.