From c5a8005e983c5b0fe90048cc9f7c7b5f5f0c59a9 Mon Sep 17 00:00:00 2001 From: Abhas Bhattacharya Date: Mon, 3 Aug 2020 09:03:18 +0530 Subject: [PATCH] update post: Closure and this - How are variables resolved within functions? --- ckddoqwv80154xvs198jkaa5m.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ckddoqwv80154xvs198jkaa5m.md b/ckddoqwv80154xvs198jkaa5m.md index 1e07d4a..a50509a 100644 --- a/ckddoqwv80154xvs198jkaa5m.md +++ b/ckddoqwv80154xvs198jkaa5m.md @@ -25,7 +25,7 @@ Here we have a outer function, which returns a inner function, and this inner fu **What is the output above? How is the variable `myText` resolved within the function?** -In the same note, we'll also look at **how is `this` resolved within the function body?** +In the same note, **how is `this` resolved within the function body?** ## Creating and calling function is different