JavaScript๐ง JavaScript FunctionsMemoizationMemoization Caching the value that a function return. const fact(num){}fact(5);// 125