From 1284da2fa91daa263c89cf55228552434759a04e Mon Sep 17 00:00:00 2001 From: Faraz Patankar Date: Tue, 12 Nov 2024 14:13:17 +0400 Subject: [PATCH] why --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 4848741..b8e0de8 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,6 +1,6 @@ export const sum = (a: number, b: number) => { const total = a + b; - console.log('The latest total when now: ', total); + console.log('The latest total why now: ', total); return total; };