Try this exercise. Fill in the missing part by typing it in.
To create a custom middleware function, we can follow the pattern of store => next => action => { /* custom logic */ }
. This pattern is known as __, where each arrow function consumes and returns another arrow function.
Write the missing line below.