MCQs > IT & Programming > Node.js > What output will be generated on the execution of the following lines of code? var path = require('path'); console.log(path.join('test1'. 'ltest2'. 'test3'));

Node.js MCQs

What output will be generated on the execution of the following lines of code?

var path = require('path');

console.log(path.join('test1'. 'ltest2'. 'test3'));


Answer

Correct Answer:

test1\test2\test3

Explanation:

Note: This Question is unanswered, help us to find answer for this one

Node.js Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

Node.js Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it