DEV Community

Suryansh Chopra
Suryansh Chopra

Posted on

Day 5 of Training: Node js

Yesterday was my day 5 of training in Ryaz. I learnt about basics of Node js by making a CLI quiz game.
I have used for loops, functions, arrays and dictionary in my project.

Capture

Do you know:

  • readlineSync: It is a npm package that lets you have a conversation with the user via a console(TTY). A super handy tool if you want to make a complete CLI project.

  • chalk: It is a npm package that lets you color inside a terminal. Pretty awesome tool, definitely going to use in my next CLI project.

Are You a Marvel fan? Drop by to check if you are true fan by giving a small quiz

Marvel quiz

Code

Top comments (0)