1. Does the Good old method to grab userinput through console work the same through the rust console for JavaScript?

    example:
    Code:
    print("How're you feeling today?");
    var mood = readline();
    print("So you're feeling " + mood + "?");
    
    Or can we not do this? (I'm at work so I can't really test it out atm lol)