Solution Review: Higher Order Functions
In this lesson, we will discuss the solutions to the questions in the previous lesson.
Press + to interact
const func1 = function(num){return function(){if(typeof num == 'NaN'){return "Not a number"}else{return typeof(num)}}}
For the code above, you had to answer the following question:
Access this course and 1400+ top-rated courses and projects.