Hi,
I am an oldie, trying to learn Javascript.
i came across Exercism and thought it looked like a good idea and worth giving a try.
I managed the first 8 tracks of Exercism but I have come to a complete block on track 9 (Mixed-Juices).
I tried to debug the problem (using the console.Log commands, but these were never displayed on the console).
I tried to skip this track and continue onto the next step but couldn’t.
i could not find any way to solve the problem, could not see any HELP option.
I am obviously doing something stupid but not knowing how the system works I am stumped.
I WANT to continue using Exercism but feel that I need more information/ Help in getting familiar with the system but do not know where to look for that help.
Any offers of assistance would be gratefully received !!
However for the tests to fail, they have to actually run. It seems that in your case the tests aren’t even running to completion, which makes you not see any console.log output.
If you are comfortable using the terminal, you can setup the Exercism CLI and install Javascript locally. Running things locally has the advantage of giving you more control and you can actually see what your program is producing, even if it doesn’t run to completion.
If you are not comfortable using the terminal, that’s ok too. In that case, can you provide us your solution so we can check it? Ideally you could ask a mentor to check your solution, but when using the online editor you can only request mentoring with passing tests. If using the Exercism CLI, you can request mentoring even with failing tests. To paste code here in the forum, surround it with 3 backticks and the name of the language. For instance: