From 1bb1c07361a48d2f61b13260707ac10ceff635a2 Mon Sep 17 00:00:00 2001 From: GraceyWilliams <71789774+GraceyWilliams@users.noreply.github.com> Date: Sat, 26 Sep 2020 20:15:46 -0400 Subject: [PATCH 1/2] added Semicolons --- helloworld.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helloworld.js b/helloworld.js index e8a25b0..7119a30 100644 --- a/helloworld.js +++ b/helloworld.js @@ -7,5 +7,5 @@ function helloName(name){ } //Tried to invoke both functions here but I get an error :( -helloWorld() -helloName("Ann") +helloWorld(); +helloName("Ann"); From 7387691f595b4139c94deb88a139f495fabc6d44 Mon Sep 17 00:00:00 2001 From: GraceyWilliams <71789774+GraceyWilliams@users.noreply.github.com> Date: Sat, 26 Sep 2020 20:32:29 -0400 Subject: [PATCH 2/2] changed grammar --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7599585..2fcc4bf 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Hello WorLd -This is an aw esome javaScript program that has like a bunch of cool functions and stuff. +This is an awesome javaScript program that has a bunch of cool functions and stuff. ## helloWorld()