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