about | help | code help+videos | done | prefs |
isStringGoodOrBad
Give a string, return the string "Good" if the first two characters are "ab", otherwise, return the string "Bad". (Difficulty Level: 2) isStringGoodOrBad("abc") → "Good" isStringGoodOrBad("access") → "Bad" isStringGoodOrBad("bacon") → "Bad" ...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