From e0646b01dd8bf9f5093c4d32826994a395bb0d59 Mon Sep 17 00:00:00 2001 From: shantanut34 <72972176+shantanut34@users.noreply.github.com> Date: Fri, 16 Oct 2020 15:47:00 +0530 Subject: [PATCH] Update main.js --- main.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.js b/main.js index c670116..cdcce82 100644 --- a/main.js +++ b/main.js @@ -14,7 +14,7 @@ class TypeWriter { const current = this.wordIndex % this.words.length; // Get full text of current word const fullTxt = this.words[current]; - + // this is imp // Check if deleting if(this.isDeleting) { // Remove char @@ -63,4 +63,4 @@ class TypeWriter { const wait = txtElement.getAttribute('data-wait'); // Init TypeWriter new TypeWriter(txtElement, words, wait); - } \ No newline at end of file + }