Sign In
Is String or Number
Beginner
Is String or Number
Create a function
isStringOrNumber
that takes in a parameter
value
and returns
true
if the value is a string or a number, and
false
otherwise.
Click to go back
Click to go forward
Refresh preview
Console
Submit
Solution
00:00
Back to Exercises