Community
127
0
chat app NEED HELP
Hey guys! I made a sort of chatting app with the socket.io chat template, but i have run into a problem. I want my site to remember created+joined 'channels', so i am using localStorage to store channels. However, localStorage cannot work with arrays so i am using csv to split and join the array. It still does not work! Please look at my code (the area that i need help with is onload() in script.js in the html folder. Any help would be greatly appreciated! thx