about | help | code help+videos | done | prefs |
allAboutStringsPart1
Given a string with at least 3 characters return a list of its 1) length 2) first character 3) last character allAboutStringsPart1('LASA') → [4, 'L', 'A'] allAboutStringsPart1('Computer') → [8, 'C', 'r'] allAboutStringsPart1('Science') → [7, 'S', 'e'] ...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