-
Notifications
You must be signed in to change notification settings - Fork 43
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
Ampers Steffany #42
base: master
Are you sure you want to change the base?
Ampers Steffany #42
Conversation
}) | ||
.catch((error) => { | ||
console.log(error.response); | ||
if (error.response.data && error.response.data.errors) { |
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.
the indentation here started to confuse me a little! small comment
const tripDescription = $('#description'); | ||
tripDescription.empty(); | ||
const tripCategory = $('#category'); | ||
tripName.empty(); |
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.
You probably meant tripCategory.empty();
here? also below you have another copy/paste of tripName
TREKWhat We're Looking For
Good work! The code looks good and your styling looks great (even though you mentioned CSS is a weird challenge, you did a good job with this!) Everything worked really well in general. Great job |
TREK
Congratulations! You're submitting your assignment!
Comprehension Questions