Files
freeCodeCamp/challenges/01-front-end-development-certification
natac13 662fbfdda7 Fix variable data persist on Functional Challenges.
Move all display functions to the tail property for all challenges
object oriented and functional programming

I believe the reason for the 'answer' variable data persisting was due to the
display function having closure over that variable (ie. `newArray`).
By moving the 'answer' variable declaration to the boilerplate this
will fix this issue.

closes #5428

2
2016-01-02 16:38:56 -05:00
..
2015-12-14 13:19:30 -08:00
2015-12-20 07:14:10 -05:00