about | help | code help+videos | done | prefs |
Given an array of integers, return the first integer in the array. If the array has no elements, then return the value 0. array_firstValue([]) → 0 array_firstValue([1, 2, 3]) → 1 array_firstValue([2, 3, 4]) → 2 ...Save, Compile, Run (ctrl-enter) |
Progress graphs:
Your progress graph for this problem
Random user progress graph for this problem
Random Epic Progress Graph
Copyright Nick Parlante 2017 - privacy