about | help | code help+videos | done | prefs |
Given an array of ints, return true if the second element is positive. However, the array could be any length. positiveSecond([-8, 5, -2, -4]) → true positiveSecond([3, -7, 6]) → false positiveSecond([4, 4]) → true ...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: 100
Copyright Nick Parlante 2017 - privacy