How does it work?

This function is made to return the average of a list of numbers. So, let's take an example to see what the function will return to us:

[477, 360, 869, 334, 541]
//          |
//          v
          516.2

How to use it?

As I said, you only need to give it a list of numbers, so to do what I just showed you, you'll need to write this:

$.average([477, 360, 869, 334, 541]) // 516.2

⚠️ Questions?

Don't hesitate to ask your questions ⁉️ in the issue part 😁

results matching ""

    No results matching ""