InterviewSolution
Saved Bookmarks
| 1. |
What are the exit codes in Node.js? Can you list a few exit codes? |
|
Answer» Exit CODES are the specific codes that can be used to END a process. Some of the examples of exit codes are, Uncaught Fatal Exception, Fatal ERROR, Non-function Internal Exception Handler, Internal Exception handler Run-Time Failure, Internal JavaScript Evaluation Failure, etc. |
|