Hello. I am attempting to create a self-generating biology question that randomly generates three numbers for the problem question, then asks a yes or no question. When I was attempting to create the function that checks for the answer to the question and compared it to the student input, I get the “Invalid left-hand side in assignment expression”
My code is here, line 33 in the JavaScript window: https://codepen.io/KDalang/pen/OJpEdQB
Here is the specific line in question: if (chiTotal <= 3.841 && input=“Yes”)
What did I do wrong?
Thank you.