semmypurewal/LearningWebAppDev

variable declared twice on page 108

semmypurewal opened this issue · 1 comments

Via Ken Hommel:

"var $new_comment" appears twice, first as a variable declaration, second line of the snippet, and again inside the nested block where it's used -- but also as a declaration ("var" occurs in both places).