What does the “_” (underscore) symbol in Node.js REPL mean? September 22, 2023 by Tarik _ in the node console returns the result of the last expression. > 1 + 2 3 > _ 3