Javascript – Switching variables in a function based on user input
I am trying to compare two DNA sequences with wobbles and report mismatches. To explain DNA and wobbles in programming sense, they are strings of characters(bases) A,T,C and G and wobbles are characters assigned to more than one bases e.g.…