I am new to Nodejs. I have to perform some set of functions one after one since the tasks are dependent on each other. So I thought to use the callback functon
Nodejs