JavaScript _.isInteger() with Lodash

Easy
2
41.2% Acceptance

In this lab, you'll learn how to use the Lodash _.isInteger() method to determine if a given input is an integer. You'll create a JavaScript function that uses the Lodash library to call _.isInteger() on an input argument and export the function using ESM syntax.