| about | help | code help+videos | done | prefs |
Given two parallel arrays, one of student names, and an equal length array of integer scores, return an array of students that scored a perfect 100. keepinItHunnit(["Fritz", "Clyde", "Monty", "Penelope", "Liza"], [94, 95, 100, 100, 95]) → ["Monty", "Penelope"] keepinItHunnit(["Adam", "Belinda", "Carly", "Jimmy", "Ann"], [94, 95, 99, 88, 92]) → [] keepinItHunnit(["Ken", "Gena", "Jason", "Aaron", "Shawn", "David"], [100, 70, 95, 99, 75, 75]) → ["Ken"] ...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