// TODO: Test with full example function getSpaces(count) { return Array(count).fill(' ').join(''); }