Boolean of an Empty String

The variable empty holds an empty string. Empty strings are one of the falsy values you saw in the previous lesson. Use Boolean() to convert empty and store it in result so the log prints false.
JavaScript
Console