In a [previous challenge](/learn/javascript-algorithms-and-data-structures/basic-javascript/replace-loops-using-recursion), you learned how to use recursion to ...
I have found an inconsistency with the text vs accepted solutions on this step. The instructions read: In your callStack array, add the following string: "a(): returns 'freeCodeCamp ' + b()". This ...