First factorial

Challenge 📝

Resources 📚

Given is a number number. Return the product of the multiplacement of the individual numbers from 1 upwards.

function firstFactorial(number) {
}
Test Cases
Console Logs
JS Errors
Run Code!
flag