A recursive function f(n)f(n)f(n) is defined as f(n)=n⋅f(n−1)f(n) = n \cdot f(n-1)f(n)=n⋅f(n−1) with f(1)=1f(1) = 1f(1)=1. What is the value of f(3)f(3)f(3)?
1
3
6
2