Convert the given RNA into DNA
The RNA to convert to DNA
The equivalent DNA of the given RNA
//Convert RNA to DNA convertToDNA(new RNA('AUG')); //returns DNA('ATG') Copy
//Convert RNA to DNA convertToDNA(new RNA('AUG')); //returns DNA('ATG')
Convert the given RNA into DNA