Auto-JS gives an error when converting Python code with string formatting, so based on some answers I read here I created my own JS code, just want to verify whether it works. Or how to test snippets of JS code locally?
msg2= "You got {0} out of {1} correct !".format(len(matched_words), stimuli_count[chosen_count-1])