From 105af3b2b524566574790575640d87dc00236524 Mon Sep 17 00:00:00 2001 From: wszhan <19308564+wszhan@users.noreply.github.com> Date: Mon, 22 Sep 2025 22:05:33 -0400 Subject: [PATCH] Update ch03-03-how-functions-work.md Remove duplicate sentence. --- src/ch03-03-how-functions-work.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/ch03-03-how-functions-work.md b/src/ch03-03-how-functions-work.md index bc3368e5ef..83091bc2ac 100644 --- a/src/ch03-03-how-functions-work.md +++ b/src/ch03-03-how-functions-work.md @@ -114,8 +114,6 @@ of functions. a value. - Expressions evaluate to a resultant value. -Let’s look at some examples. - Let’s look at some examples. We’ve actually already used statements and expressions. Creating a variable and assigning a value to it with the `let` keyword is a statement. In Listing 3-1,