Assessment wanted for Conditionals 1 skill test 2/12/2020

Good evening.

Please could I have my test assessed please?

Thanks in advance!

CodePen Home Assessment wanted for Conditionals 1 skill test

Your code works fine, so well done! Just a few notes:

  • You might want to change your response string to something more descriptive in your if (season == 'winter') statement. Maybe something like 'It's winter'
  • You can add an else if statement in your first if statement to handle when season == 'winter'. This lets you use 1 if...else block rather than two
2 Likes

Thank you for your help. I’ve resisted asking for help so far but have caved in today.
Such a quick response too. Thanks again!