I'm a beginner in JavaScript, and for my homework I was asked to make a code which converts uppercase in strings into lowercase, and vice versa. So if I input "HellO", the output would be "hELLo".
I am quite quite confused how to do this. Anyone have any ideas or at least any clues which functions I can use for this?