_mercury
_mercury11mo ago

✅ – ✅ – _mercury – 19-47 Sep 27

when did the recursion exactly been called ?
No description
Solution:
Chrome for Developers
Debug JavaScript - Chrome for Developers
Learn how to use Chrome DevTools to find and fix JavaScript bugs.
Jump to solution
6 Replies
_mercury
_mercury11mo ago
does it be called before the second loop ? ( j loop ) ? imagination of recursuion is nottaht pleasant at all
ScriptyChris
ScriptyChris11mo ago
Yes, the recursion (permutations) here is called before the second loop (with j) You can have a better visualisation by running the code inside debugger and step line by line Observe what values are set at given loop iteration and per given permutations function call
Solution
ScriptyChris
ScriptyChris11mo ago
Chrome for Developers
Debug JavaScript - Chrome for Developers
Learn how to use Chrome DevTools to find and fix JavaScript bugs.
_mercury
_mercury11mo ago
thx
reactibot
reactibot11mo ago
This question has an answer! Thank you for helping 😄 If you have a followup question, you may want to reply to this thread so other members know they're related. https://discord.com/channels/102860784329052160/565213527673929729/1156678493887791134
reactibot
reactibot11mo ago
This question has an answer! Thank you for helping 😄 If you have a followup question, you may want to reply to this thread so other members know they're related. https://discord.com/channels/102860784329052160/565213527673929729/1156678493887791134 This thread hasn’t had any activity in 36 hours, so it’s now locked. Threads are closed automatically after 36 hours. If you have a followup question, you may want to reply to this thread so other members know they're related. https://discord.com/channels/102860784329052160/565213527673929729/1156678493887791134