A
Size: a a a
A
NK
TS
K
K
TS
TS
K
SZ
K
AK
К
arr.map(item => item.toString(16))оно?
AK
arr.map(item => item.toString(16))оно?
KL
const toHex = item => `0x${item.toString(16)}`;
arr.map(toHex);
A
AK
const toHex = item => `0x${item.toString(16)}`;
arr.map(toHex);
KL
AK
KL
AK