Loading

Quipoin Menu

Learn • Practice • Grow

express-js / express-js - exercise
exercise
1/5
Exercise 1Express-js
Question

Write an HTML form that submits a POST request to '/submit' with fields 'name' and 'email'. Then create the Express route to handle it.