From 62f3d6d3679a6c364cea5f85d5fe4660f5f11cfe Mon Sep 17 00:00:00 2001 From: "Blake A. Long" Date: Tue, 4 May 2021 11:38:51 -0600 Subject: [PATCH] Updated for clarity --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ba487d..9fa7c1a 100644 --- a/README.md +++ b/README.md @@ -344,7 +344,7 @@ function say(greeting, firstName) { } ``` -Now we get the following: +Now `console.log(say("Hello", "Sofia"));` will result in the following: ```bash Hello, Sofia!