function myFunction() { var a = 1; if ( a == 1 ) { var b = 2; } return b; } myFunction();
Login in to like
Login in to comment
@sokurenko40 thanks as well! your comment was lost
2019 Jul 14, 4:39:09 PM
Thanks a lot, @monsieurtoul08 . Fixed :)
2019 Jul 14, 4:38:29 PM
As the function is not called, there is no result...
2019 Jul 9, 10:08:22 PM
There isn't the function call.
2018 Sep 11, 6:28:44 AM
or Read more about JavaScript Quizzes
Login in to like
Login in to comment