Direction: Choose the correct option
Q1.
How do you create an Express application instance?
Direction: Choose the correct option
Q2.
Which method starts the server and listens for connections?
Direction: Choose the correct option
Q3.
What is the default port commonly used in Express examples?
Direction: Choose the correct option
Q4.
What does app.get('/') do?
Direction: Choose the correct option
Q5.
What does res.send() do?
