We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11b39ab commit 7c951acCopy full SHA for 7c951ac
1 file changed
assignments/closure.js
@@ -1,5 +1,8 @@
1
// ==== Challenge 1: Write your own closure ====
2
-// Write a simple closure of your own creation. Keep it simple!
+// Write a closure of your own creation.
3
+// Keep it simple! Remember a closure is just a function
4
+// that manipulates variables defined in the outer scope.
5
+// The outer scope can be a parent function, or the top level of the script.
6
7
8
/* STRETCH PROBLEMS, Do not attempt until you have completed all previous tasks for today's project files */
0 commit comments