I am new to JavaScript so sorry if this is a dumb question!
I am making a web app using Flask that writes school reports. One of the inputs that user selects is the child's gender and this assigns pronouns to variables.They use a radio button to select the gender.
However, my problem is that the 'if' statement is always returned. The code runs, but it always includes the information from this statement.
Any help would be really appreciated!