about | help | code help+videos | done | prefs |
Given a string, return true is the string is not empty and ends with a star ('*'), false otherwise. checkString082a("*") → true checkString082a("") → false checkString082a("star") → false ...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