Assesment wanted for conditional 3 skill set test

https://codepen.io/kaynec/pen/poypRpM?

This Is The Link
Can Someone Tell me Why My switch cases Don’t Work but The Default Works??

Hello @Alias

you doing great :slight_smile:

change this

 switch (score) 

to

 switch (true)

so the switch test the true value with the result of the cases if both true then it will execute this one

hope that help and have a nice day :slight_smile: