about | help | code help+videos | done | prefs |
Given a number in String form (such as "345") and an int (such as 345), return true if they represent the same number, and false otherwise. theyMatch("73", 73) → true theyMatch("0", 0) → true theyMatch("25", 52) → false ...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: 125
Copyright Nick Parlante 2017 - privacy