This course has been updated! We now recommend you take the Functional-Light JavaScript, v3 course.

Check out a free preview of the full Functional-Light JavaScript, v2 course:
The "Challenge 6: Recursive Operation" Lesson is part of the full, Functional-Light JavaScript, v2 course featured in this preview video. Here's what you'd learn in this lesson:

In this challenge, students take create a recursive operation.

Get Unlimited Access Now

Transcript from the "Challenge 6: Recursive Operation" Lesson

[00:00:00]
>> Kyle: I want you tao take what we've just talked about and only what we've talked about, don't try to get too fancy with it. Use those same concepts to refactor a function that can multiply numbers, do the same kind of thing. And I'm gonna recommend that you end up in that place where you have the three listed parameters rather than just the one or the two.

[00:00:22] But usually just there over this last few slides, to try and you might even start with the iterative version if that helps you to then pair that back down to the recursive. But try to implement the multiply function, the MUL function, in a recursive manner.