var arr = Array(4) .fill(null) .map(() => Array(15).fill(false));
Last updated 5 years ago
Was this helpful?