You are viewing a single comment's thread. Return to all comments →
Can anybody explain this part of the code: else { consonants += s[i] + '\n'; }
What means: + '\n';
Seems like cookies are disabled on this browser, please enable them to open this website
Day 2: Loops
You are viewing a single comment's thread. Return to all comments →
Can anybody explain this part of the code: else { consonants += s[i] + '\n'; }