about | help | code help+videos | done | prefs |
squareDictionary
Make a dictionary of integers and their squares from 0 to maxValue (excluding maxValue) maxValue is at least 1.
squareDictionary(1) → [{0: 0}] squareDictionary(2) → [{0: 0, 1: 1}] squareDictionary(3) → [{0: 0, 1: 1, 2: 4}] ...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