first-trial learning github! some code i wrote for my kata the ladies of ENIAC function radLadies(name){ var newName = name.replace(/[%$&/£?@\d]/g, "") return newName.toUpperCase(); }