summaryrefslogtreecommitdiff
path: root/deps/node-inspect/examples/three-lines.js
blob: 4e1cb95d1130b8fcfde1d361f4c551767fa8a6d4 (plain)
1
2
3
4
'use strict';
let x = 1;
x = x + 1;
module.exports = x;