| about | help | code help+videos | done | prefs |
Given a String and a position return the single character at that position. If the position is outside the bounds of the String return "Bounds Err" instead.charAtPos("HelloWorld", 5) → "W" charAtPos("HelloWorld", 0) → "H" charAtPos("HelloWorld", 9) → "d" ...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