Question: Server Program: I have the code already produced, but I need to solve 1 & 2: and the end result is supposed to look like:
Server Program:
I have the code already produced, but I need to solve 1 & 2:

and the end result is supposed to look like:

My Code as follows --> Node.js is being used and NPM + st
SERVER.js

INDEX.html

problem 1 Add the following checkboxes to the form. Flavors: [l chocolate [x] vanilla [x] strawberry When the user submits the form, the server replies with something like the following: Flavors checked: vanilla strawberry See HTML form examples for example of checkboxes. problem 2 Extend the Web application to include an example of radio buttons. Make sure that you display the user choice, similar to the checkbox problem Also, to see how the data from the form arrives at the server, you can add the following logging command to your server code. console.log(form)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
