Issues with jquery post method – Jquery ajax
I'm trying to make a simple hello world app to test connecting front end and back end. The back end is a simple flask app. This is the JS that executes on button click: function mouseAction() { let helloWorldButton =…