LisahMan / Chat-Application

Found the usage of undeclared variables JS-0125
Bug risk
Critical
a year agoa year old
'io' is not defined
 1const socket = io.connect('http://localhost:3000'); 2
 3const name = prompt('Enter your name');
 4