Essential JavaScript

Going Further

Longest Array Kata

Given three arrays, return the length of the longest array.

If multiple arrays are tied for longest, return that length.

Code Editor

Click "Run Tests" to execute your function and see the test results below.

Test Results

Run your code to see test results

Console Output

// Console output will appear here...

0 output lines