Direction: Choose the correct option
Q1.
Which built-in middleware serves static files in Express?
Direction: Choose the correct option
Q2.
If you have a file public/css/style.css, how do you serve it using express.static('public')?
Direction: Choose the correct option
Q3.
How can you serve static files from a virtual path prefix like /static?
Direction: Choose the correct option
Q4.
What happens if multiple static directories are used and a file exists in both?
Direction: Choose the correct option
Q5.
Can express.static serve files outside the specified directory?
