Sail E0 Webinar
Question
What will be the output of the below code in the console?File: my_module.jsexports.name = 'Zeus'; Code:var my_module = require('./mymodule');console.log((function(settings){    return settings.split('').reverse().join('')})(my_module.name));
Options:
A .  Error
B .  Zeus
C .  undefined
D .  sueZ
Answer: Option A




Submit Your Solution Below and Earn Points !
Next Question

Submit Solution

Your email address will not be published. Required fields are marked *

Latest Videos

Latest Test Papers