Using Lodash _.noop() Function
Easy
40.0% Acceptance
In this lab, you'll learn how to use the Lodash library's _.noop()
function. The _.noop()
function simply returns undefined
when invoked. Your task is to create and export a function called myNoop
that utilizes the lodash _.noop()
function. You will also need to call the myNoop()
function and log its return value in the console.