0
Javascript practices
How do I move from one case to another when attempting the practices. Anytime I console log an answer everything seem to be console logged under one case.
3 odpowiedzi
0
Question not clear 😕
0
I have been trying the practices under js. But I find it difficult to move to the next case or question especially practices that have multiple questions. when I console log answers, they all appear under one case. Hope this explains better
0
You need to write a code that works for any input. So, try using the input variable instead of giving a direct value.
It would be good if you show your code to us.