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
Correct Option - b

To get all Infosys Certified Node Developer Exam questions Join Group https://bit.ly/infy_premium_group

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