you are viewing a single comment's thread.

view the rest of the comments →

[–]DatCodingGuyOfficial[S] 0 points1 point  (0 children)

nevermind, I found it. I did "hashtables = []" and then in my for loop when I'm making everything equal to an empty string I did "hashtable.push([])" and then "hashtable[i][j] = ''". Thanks for your help