@RandellDawson wrote:
When you return the above, the returned value is
undefined. That is because console.log statements haveundefinedas a return value. In the second then (shown below),kanji.characterdoes not mean anything by itself. You can delete the line with the console.log and then referencedatalike you did in the console.log, but assign thekanji.characterof the 2nd element ofdatato innerHTML.