If I execute the following code :
"use strict"; const config = {}; const run = (fn, params) => fn(params); run( params => { thro