Motivated Junior Developer with a strong interest in both frontend and backend.
A function which translates a given DNA string into RNA.
function DNAtoRNA(dna) { return dna.replace(/T/g, "U"); }