How node prevents blocking code?
What is the difference of using var and not using var in repl while dealing with variables?
What are the benefits of using node.js?
How will you read a file using node?
Is node a single threaded application?
What is the purpose of setinterval function?
What is event emmitter?
What is piping in node?
Name some of the flags used in read/write operation on files.
What is the use of underscore variable in repl?
How to uninstall a dependency using npm?
How will you create a directory?
How to check the already installed dependencies which are globally installed using npm?
What is global installation of dependencies?
What is repl in context of node?