mirror of https://github.com/nodejs/node.git
4 lines
42 B
JavaScript
4 lines
42 B
JavaScript
|
let x = 1;
|
||
|
x = x + 1;
|
||
|
module.exports = x;
|