Light Mode
Dark Mode
All Upper I - code returns "NoExecFunction"

My code passes the basic tests, then returns "NoExecFunction" when I run check solution. Not sure why this is happening.

Here's my code:

const isAllUpper = (text) =>{ if (! text) { return true; } else { return text.toUpperCase() === text; }

};

Created: June 2, 2022, 12:42 a.m.
Updated: June 2, 2022, 12:42 a.m.
0
13
User avatar
Rockwell70