Home > Enterprise >  It is possible to create two table with js?
It is possible to create two table with js?

Time:12-15

I am trying to create two tables and populate them with two randomized arrays. I don't remember how I got to this point but below is a codepen I have. I want to create a table and a table and put the random arrays in them. Please forgive me for the messy codes. I have no experience with coding and just want to make something for my students. Thank you.

edit1: cut the codes a little. I want to make a table with 3 cells in a column and another table with 4 cells in a row and randomly populate them with the two emojis array respectively. Can anyone help me with the JS codes?

<table >
1
1
1
</table>

<table >
2222
</table>

var spaces2 = [
  "           
  • Related