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

NodeJS - Week2 #2

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
Open

NodeJS - Week2 #2

wants to merge 9 commits into from

Conversation

maribelpreite
Copy link
Owner

No description provided.

Copy link

@babak-f babak-f left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very good error handling and neatly-organized code. Great job!

} = req.body;

if (
!title ||
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You could simplify this by and-ing all the variables and then negating the result, i.e.
if ( !( title && description && ... ) )

But of course either way is totally correct.

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

Successfully merging this pull request may close these issues.

2 participants