From b619c1e42b14722bba91225051fcd9dad77d6dd1 Mon Sep 17 00:00:00 2001 From: joeadewunmi <33334595+joeadewunmi@users.noreply.github.com> Date: Sat, 14 Jan 2023 18:31:47 +0000 Subject: [PATCH] Update script.js --- 08_02/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/08_02/script.js b/08_02/script.js index 7c7213a4..b3e776b9 100755 --- a/08_02/script.js +++ b/08_02/script.js @@ -4,7 +4,7 @@ */ // Function declaration: -function doSomeMath(a, b) { +function doSomeMad(a, b) { let c = a + b; return c; }