Which of the following is the correct way to get a joint path?
path.join('/test', 'test1', '2slashes/1slash', 'tab', '..')
path.combine('/test', 'test1', '2slashes/1slash', 'tab', '..')
buffer.join('/test', 'test1', '2slashes/1slash', 'tab', '..')
None of the above
Correct Answer : A
Which of the following module is required to create a child process?
Which of the following core module is used to create a web server in Node.js?
How to import module in Node.js?