New: Try Voli The Bear, Fast package manager (and not only) for Windows
JavaScript
// Write reformatName(str): "Last, First" -> "First Last".
function reformatName(str) {

}

// Write reformatNames(list): apply reformatName to every name in list.
function reformatNames(list) {

}