MCQs > IT & Programming > Node.js > What will be the output of the following program?var name = 'John';var dob = 15;console.log('%s was born on %d May, 1987', name, dob)

Node.js MCQs

What will be the output of the following program?

var name = "John";

var dob = 15;

console.log("%s was born on %d May, 1987", name, dob)


Answer

Correct Answer:

John was born on 15 May, 1987 

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