Tableau 2D Instanciate Istanciate

let myArray: boolean[][] = Array(10).fill([]).map(() => Array(10).fill(false));
tnebes