• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1let x = 1;
2x = x + 1;
3module.exports = x;
4