Posts by Miguel Alves • 19 points
1 post
-
0
votes2
answers48
viewsQ: What am I doing wrong in this exercise?
Write a function that given a total of years of study returns how experienced the user is: <script> function experiencia(anos) { switch (anos) { case anos >= 0 && anos < 1:…
javascriptasked Miguel Alves 19