about | help | code help+videos | done | prefs |
allIng2
Given an array of Strings named word, determine if ALL of the Strings ends with "ing."
allIng2(["sing", "bing", null]) → false allIng2(["sin", "hinge"]) → false allIng2(["sing", "ring", "ding"]) → 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: 202 Post-solution available
Copyright Nick Parlante 2017 - privacy