Simple word-guess game for teaching JavaScript to kids (ages 9 and up). This game includes some basic programming concepts such as storing values in variables, working with arrays, using conditional ...
step-1: First it will generates two random numbers and an operation(+,-,*or/) step-2: User have to provide the answer on 'Your Ans' input box and will have to click the 'Check Ans' button step-3: Now ...