Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
node.js コンソールで次のように入力すると、次のようになります。
var f = eval("function(x) { return x*x}");
式を評価せず、私が別の何かを入力するのを待ちます。
なぜこうなった?この式の後に別の式を入力できないのはなぜですか?