Skip to content

Commit

Permalink
NodeJS: Fix remaining lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
guskirb committed Apr 29, 2024
1 parent e1380eb commit c5bd8a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nodeJS/express_and_mongoose/express_102_crud_and_mvc.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ One final note before diving back into the tutorial. Express does not care about

### Knowledge check

This section contains questions for you to check your understanding of this lesson. If you’re having trouble answering the questions below on your own, review the material above to find the answer.
The following questions are an opportunity to reflect on key topics in this lesson. If you can't answer a question, click on it to review the material, but keep in mind you are not expected to memorize or master this knowledge.

- [What does CRUD stand for?](#crud)
- [What does the Model in "MVC" refer to?](#model)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ This section contains a general overview of topics that you will learn in this l

### Knowledge check

This section contains questions for you to check your understanding of this lesson. If you’re having trouble answering the questions below on your own, review the material above to find the answer.
The following questions are an opportunity to reflect on key topics in this lesson. If you can't answer a question, click on it to review the material, but keep in mind you are not expected to memorize or master this knowledge.

- [How do you define a route function in Express?](https://developer.mozilla.org/en-US/docs/Learn/Server-side/Express_Nodejs/routes#defining_and_using_separate_route_modules)
- [Name four HTTP verbs a route might need to handle.](https://developer.mozilla.org/en-US/docs/Learn/Server-side/Express_Nodejs/routes#http_verbs)
Expand Down

0 comments on commit c5bd8a1

Please sign in to comment.