@MileenkaSubmitted over 1 year ago
Hello everyone,
I invite you to look at my solution to this challenge. All constructive criticism is welcome :) Thanks to that I can learn from my mistakes :)
Have a nice day :)
Hello everyone,
I invite you to look at my solution to this challenge. All constructive criticism is welcome :) Thanks to that I can learn from my mistakes :)
Have a nice day :)
Hello! I noticed that you used multiple if statements in your JavaScript code for the challenge. One suggestion I have for cleaner code is to use a switch statement instead. This approach would make your code cleaner and more organised.