From 5f28cbb3c6f43b1c5d8e489fd5b2e806afa7d933 Mon Sep 17 00:00:00 2001 From: Aleksander Prikhozhdenko <18074215+alfemy@users.noreply.github.com> Date: Thu, 2 Jun 2022 10:43:39 +0700 Subject: [PATCH] Add an absent importance value for a closure task --- 1-js/06-advanced-functions/03-closure/5-function-in-if/task.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/1-js/06-advanced-functions/03-closure/5-function-in-if/task.md b/1-js/06-advanced-functions/03-closure/5-function-in-if/task.md index d02c53b9..4e386eec 100644 --- a/1-js/06-advanced-functions/03-closure/5-function-in-if/task.md +++ b/1-js/06-advanced-functions/03-closure/5-function-in-if/task.md @@ -1,4 +1,6 @@ +importance: 5 +--- # Function in if Look at the code. What will be the result of the call at the last line?