Suppose we have this construction in Expres.js project,Which of the following paths will match this route? app.get('/kl+mn', function(req, res) { return res.send('kl+mn'); });
Correct Answer: kllmn
Explanation:
Note: This question has more than 1 correct answers
Note: This Question is unanswered, help us to find answer for this one
More Node.js MCQ Questions