Why Node.js REPLs are how they are, and what happens when there is nothing to evaluate — If you’ve spent time exploring your browser’s console, or the Node.js command line tool in your terminal, you may have seen some strange behavior relating to a common JavaScript method. If you enter console.log() in the terminal, you will get back two values, though you may have only expected to…