about | help | code help+videos | done | prefs |
isEndingWithDotCom
Give a string containing a web address, return true if the string ends with .com; otherwise, return false. (Difficulty Level: 2) isEndingWithDotCom("www.ggc.edu") → false isEndingWithDotCom("www.codingbat.com") → true isEndingWithDotCom("www.weather.com") → 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
Copyright Nick Parlante 2017 - privacy