Essential JavaScript

Going Further

Array Average Kata

Given an array of numbers, find the average of those numbers.

There will always be at least one number in the array.

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