From 83c7ba813f4b396f1ce8ce84ab1a3f421407aef5 Mon Sep 17 00:00:00 2001 From: sanskrati-1234 Date: Thu, 31 Mar 2022 09:36:12 +0530 Subject: [PATCH] refactor: use ES6 syntax for the client side code --- index.html | 74 +++++++++++++++++++++++++++++++++++++++++------------- index.js | 16 ++++++------ 2 files changed, 65 insertions(+), 25 deletions(-) diff --git a/index.html b/index.html index 35aebfb1e..7cc38b457 100644 --- a/index.html +++ b/index.html @@ -3,16 +3,56 @@ Socket.IO chat @@ -23,22 +63,22 @@