Can you explain how to make a JS alert appear after a radio btn is clicked?
I have tried doing this, but it would display alert before showing what the user clicked for the radio button... Should I remove the switch statement from the function? Hopefully I can get this fixed because it seems like it…