about | help | code help+videos | done | prefs |
Given a starting uppercase letter and an ending uppercase letter, return a string consisting of the part of the alphabet between those two letters, inclusive. The second letter will always be the same as or after the first letter. subABC("A", "D") → "ABCD" subABC("W", "X") → "WX" subABC("T", "T") → "T" ...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: 200
Copyright Nick Parlante 2017 - privacy