Avatar
↓がぶっ壊れてる。TSの辛いところ。 const a: Array<Array<string>> = [["a"]]; const b: Array<Array<string>> = a.concat(["b"]); console.log(b); [ [ 'a' ], 'b' ]