From c34cc98cd45a4c80d1141f3cf37c7b29a05db7e5 Mon Sep 17 00:00:00 2001 From: vincenttrinh3336 <158768889+vincenttrinh3336@users.noreply.github.com> Date: Wed, 1 May 2024 03:46:11 +0000 Subject: [PATCH] fixed name length defect --- html/index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/html/index.html b/html/index.html index f07663d..c1cdd25 100644 --- a/html/index.html +++ b/html/index.html @@ -591,6 +591,8 @@

List of valid Words

function join() { username = document.getElementById("username").value; + console.log("This is the username length"); + console.log(username.length()); if (username.trim() !== "") {