about | help | code help+videos | done | prefs |
Complete the function so that it returns the number of odd integers in the list. All of the integers will be positive. countTheOdds([6, 9, 9, 20, 1]) → 3 countTheOdds([17, 5]) → 2 countTheOdds([22, 40, 8, 10, 12, 12, 13]) → 1 ...Save, Compile, Run (ctrl-enter) |
Progress graphs:
Your progress graph for this problem
Random user progress graph for this problem
Random Epic Progress Graph
Difficulty: 200
Copyright Nick Parlante 2017 - privacy