Hi FE !
Ai
git
前端面试题
前端小tip
  • vite
  • webpack
npm
  • vue2
  • vue3
react
GitHub
Ai
git
前端面试题
前端小tip
  • vite
  • webpack
npm
  • vue2
  • vue3
react
GitHub
  • D002-打印输出

D002-打印输出

下面输出什么:

	console.log(
				(function f(n) {
					return ((n > 1) ? n*f(n-1) : n)
				}(10))
		)

答案:

console.log(10*9*8*7*6*5*4*3*2*1)
Edit this page
最近更新: 2025/6/27 02:24
Contributors: qdleader
qdleader
本站总访问量 129823次 | 本站访客数 12人