DEV Community

DNA paring free code camp intermediate algorithm

Oscar Hernandez on February 28, 2020

function pairElement(str) { var a = /[A-Z]/gi; var b = []; var arr =[]; var x =[]; var args =[]; for(let i=0; i<str.length;i++){ b = str.ma...
Collapse
 
Sloan, the sloth mascot
Comment deleted
Collapse
 
95freedom95 profile image
Oscar Hernandez