FrontendArk

Master Frontend Interviews

  • Practice
  • Playground
  • Resource
Easy

Array Mean

5 mins

Write a function called mean that calculates the average value of all numbers in an array. If the array is empty, the function should return NaN.

Code Editor

JavaScript Function

00:00
Loading...

Test Cases

No test results yet

Click "Run" to execute tests