以下のコードで、`isValid`の値はどうなりますか? ```typescript let userInput: string = ""; let isValid = Boolean(userInput); ```