EN
Size: a a a
EN
М
T
v
VP
const js=j("\\") попробуйv
const js=j("\\") попробуйv

const j=(delim,el)=>(el)=>el.join(delim);
// const delim="\\";
const df=[[1,2,3],[4,5,6]];
const js=j(String.fromCharCode(92))
log(js(df[0]))
log(JSON.stringify(df.map(js)))SP
L
VP

const j=(delim,el)=>(el)=>el.join(delim);
// const delim="\\";
const df=[[1,2,3],[4,5,6]];
const js=j(String.fromCharCode(92))
log(js(df[0]))
log(JSON.stringify(df.map(js)))VP
VP
v
VP
EN
М
EN
K