Li-Fan Chen says to YSITD function fillTextVertical(context, text, x, y) { var arrText = text.split(''); var arrWidth = arrText.map( (letter) => context.measureText(letter).width );