From 254740c69fe8b6932331e8c3128fc5844120c9e3 Mon Sep 17 00:00:00 2001 From: addy100 <72308696+addy100@users.noreply.github.com> Date: Fri, 22 Oct 2021 21:41:55 +0530 Subject: [PATCH] used add function --- function.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/function.html b/function.html index e341be0..886f75a 100644 --- a/function.html +++ b/function.html @@ -24,9 +24,10 @@ } sayHello(); add(1, 2); + add(54, 45); document.write("
"); name("Nipun", "Garg"); - \ No newline at end of file +