Posts by Ericka Rebouças • 1 point
1 post
-
-2
votes6
answers1947
viewsA: Use switch to test if a value is between a range of values
Function determinarGeneration(year) { if (anoDeNascimento <=1945) { return resultado = 'Geração silenciosa'; } else if (anoDeNascimento > 1945 && anoDeNascimento <= 1964) { return…