• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1const a = 99;
2if (true) {
3  const b = 101;
4} else {
5  const c = 102;
6}
7