From 119d6e538f38f19656b9b860a65f362a0dfd9606 Mon Sep 17 00:00:00 2001 From: K-Sato <32632542+K-Sato1995@users.noreply.github.com> Date: Tue, 25 Jun 2019 08:25:19 +0900 Subject: [PATCH] Fix typo --- 1-js/06-advanced-functions/03-closure/3-function-in-if/task.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-js/06-advanced-functions/03-closure/3-function-in-if/task.md b/1-js/06-advanced-functions/03-closure/3-function-in-if/task.md index d0dbbeb1..d02c53b9 100644 --- a/1-js/06-advanced-functions/03-closure/3-function-in-if/task.md +++ b/1-js/06-advanced-functions/03-closure/3-function-in-if/task.md @@ -1,7 +1,7 @@ # Function in if -Look at the code. What will be result of the call at the last line? +Look at the code. What will be the result of the call at the last line? ```js run let phrase = "Hello";