Check if a variable is of function type September 1, 2022 by Tarik if (typeof v === 'function') { // do something }