Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb18810 commit 6f448cdCopy full SHA for 6f448cd
1 file changed
maths/factorial.js
@@ -48,6 +48,6 @@ function calcFactorial (num) {
48
}
49
50
// Run `factorial` Function to find average of a list of numbers.
51
-/* global alert, prompt */
+/* global prompt */
52
var num = prompt('Enter a number: ')
53
console.log(calcFactorial(num))
0 commit comments