diff --git a/content/roadmaps/107-nodejs/content/106-nodejs-command-line-apps/100-exitting-and-exit-codes.md b/content/roadmaps/107-nodejs/content/106-nodejs-command-line-apps/100-exitting-and-exit-codes.md
index 1a24b6055..815202cea 100644
--- a/content/roadmaps/107-nodejs/content/106-nodejs-command-line-apps/100-exitting-and-exit-codes.md
+++ b/content/roadmaps/107-nodejs/content/106-nodejs-command-line-apps/100-exitting-and-exit-codes.md
@@ -1 +1,7 @@
-# Exitting and exit codes
\ No newline at end of file
+# Exiting and exit codes
+
+`Exiting` is a way of terminating a Node.js process by using node.js process module.
+
+Free Content
+Node.js Docs on exit
+How to Exit a Process in Node.js