From 3db1ea890bbffb9a3c74540ed628f992525ce959 Mon Sep 17 00:00:00 2001 From: Khalil Oumimoun Date: Sun, 27 Oct 2019 04:25:28 -0500 Subject: [PATCH] Update stopWatch.html Updated readability of comment. --- stopWatch.html | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/stopWatch.html b/stopWatch.html index ecf1d3d..05c3384 100644 --- a/stopWatch.html +++ b/stopWatch.html @@ -94,12 +94,14 @@ $("#stopwatches").append(StopWatchBody(listStopWatch[listStopWatch.length - 1])); document.getElementById('title').value = ''; } - + //displays listStopWatch array function ShowList() { console.log(listStopWatch); - // for(var i = 0; i < listStopWatch.length; i++) { - // console.log(listStopWatch[i].title); - // } + /* + for(var i = 0; i < listStopWatch.length; i++) { + console.log(listStopWatch[i].title); + } + */ } //removes a single clock when called