Quiz: Node and Express
Test your understanding of Node and Express with Typescript.
We'll cover the following...
Node and Express
1
How can we redirect a browser to a different internal URL in Express?
A)
By using the res.send() method.
B)
By using the res.request() method.
C)
By using the res.retrieve() method.
D)
By using the res.redirect() method.
Question 1 of 50 attempted
Ask