about | help | code help+videos | done | prefs |
Given two arrays, each of length 2, return true if the contents of the two arrays are identical. Otherwise return false. sameArrays([5, 6], [5, 6]) → true sameArrays([2, 3], [3, 2]) → false sameArrays([5, 5], [3, 3]) → 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: 100
Copyright Nick Parlante 2017 - privacy