about | help | code help+videos | done | prefs |
Write a method that returns 'true' if 'name1' and 'name2' are identical. Return false otherwise. You may use any string methods you want. Please do not make this more difficult than it is. rrr1isMatch("match", "match") → true rrr1isMatch("different", "riffderent") → false rrr1isMatch("win", "new") → 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: 280
Copyright Nick Parlante 2017 - privacy