--- id: 5d7925358c220e5b2998909e title: Part 52 challengeType: 0 dashedName: part-52 --- # --description-- Now, pass `x` to `String.fromCharCode` in the arrow function. # --hints-- See description above for instructions. ```js assert(JSON.stringify(charRange('A', 'C')) === '["A","B","C"]'); ``` # --seed-- ## --before-user-code-- ```html Spreadsheet
``` ## --after-user-code-- ```html ``` ## --seed-contents-- ```html ``` # --solutions-- ```html ```