REPLにスクリプトを読み込む 引き続き1章を読み進めている。REPL に自作のスクリプトやnpmのパッケージを読み込む方法が紹介されていた。 const hoge = require('./hoge') require を使うんですね。知らなかった。わかってしまえば Node だから当然か!私は、今まで .load を使っていた。 > .help .break Sometimes you get stuck, this gets you out .clear Alias for .break .editor Enter editor mode .exit Exit the REPL .hel…