hnasr / javascript_playground

Javascript playground tutorials
1.06k stars 948 forks source link

Typo in code #18

Closed shahidhafiz closed 3 years ago

shahidhafiz commented 3 years ago

PeerB.js replace the following line const receiveChannel = event.channel;

with const receiveChannel = e.channel;

hnasr commented 3 years ago

good catch! fixed