#JavaScript impossible to combine these into 1 line. Can you?
const unicodedata = {};
(data_str.split("\n")) . forEach ((x) => { ((y) => {unicodedata[ parseInt( y[0], 16 )] = y[1];}) (x.split(";")) });
Conversation
Notices
-
∑ XahLee (xahlee@noagendasocial.com)'s status on Friday, 12-Jan-2018 09:51:27 EST ∑ XahLee