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

docs : Added few points to line no 21 #24

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion neog interview sample questions/interview-questions.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

1. Here's an API, it can give two errors. Either 404, or 401. If the error is 404, show the user `'page not found'` and if the error is 401, show the user `'you are not logged in'`.

1. Open your Github repo. Make a small change. And create a PR. Explain what you understand by Git, what's PR etc.
1. Open your Github repo. Make a small change. And create a PR. Explain what you understand by Git, what's PR etc. Also mention few difference between Git and GitHub.

1. Create a password checker web app. If password is lesser than 10 characters then show an error to user otherwise show success.
Someone can ask to make the submit button disabled. Some can ask to make the input field green or red depending on input.
Expand Down