Check for Empty String
Write a function
isEmpty
that takes a string and returns true
if it is an empty string (''
), and false
otherwise.Premium
JavaScript
Console