Find the output of the below code if the file 'app.js' is executed.

file1.js:  

exports.a = "John"; 

file2.js: 

var a = require('./file1'); 
a.a = "Jack"; 

app.js: 

var a = new require('./file1'); 
var b = require('./file2'); 
console.log(a.a); 

John
Jack
Compilation error
None of the above
Verified Answer
Correct Option - b

To get all Infosys Certified Node Developer Exam questions Join Telegram Group https://rebrand.ly/lex-group-70b557

Telegram

We're passionate about offering best placement materials and courses!! A one stop place for Placement Materials. We daily post Offcampus updates and Placement Materials.

Qtr No. 213, New Town Yehlanka Indore 454775

admin@prepflix.in

Updated on Mon, 15 Sept 2025