Which of the following is a valid JSON object in Node.js?
Correct Answer:
phoneinfo : [
{ type : home, number : 123456},
{type : mobile, number : 8888888}
]}
{
Explanation:
Note: This Question is unanswered, help us to find answer for this one
More Node.js MCQ Questions