DK
Size: a a a
DK
PE
DK
NN
NN
S
S
S
S
S
DK
S
DK
T
const generate = (col, row, content) => {
return "<table>"+Array(row).fill("<tr>"+Array(col).fill("<td>"+content+"</td>").join('')+"</tr>").join('')+"</table>";
}
T
DK
const generate = (col, row, content) => {
return "<table>"+Array(row).fill("<tr>"+Array(col).fill("<td>"+content+"</td>").join('')+"</tr>").join('')+"</table>";
}
AS
PO
ВП
PE