From df1303b45f37b8337c1c3dbbb7cf88136e36729f Mon Sep 17 00:00:00 2001 From: Chris Duncan Date: Sun, 22 Dec 2024 09:48:33 -0800 Subject: [PATCH] Fix reference. --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index e49a380..3729158 100644 --- a/index.html +++ b/index.html @@ -49,7 +49,7 @@ Geometric: ${Math.pow(product, 1 / count)} ms` const end = performance.now() times.push(end - start) works.innerHTML += `${work}
` - console.log(block.work) + console.log(work) } let sum = 0, reciprocals = 0, product = 1, count = times.length for (let i = 0; i < count; i++) { -- 2.34.1