about | help | code help+videos | done | prefs |
getLastThreeChar
Given a string, return a string formed by its last 3 characters. The string length will be at least 3. (Difficulty Level: 2) getLastThreeChar("Hello") → "llo" getLastThreeChar("Cool") → "ool" getLastThreeChar("Mississippi") → "ppi" ...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