All files / 0_Statement/2_Nested Nested.js

100% Statements 1/1
100% Branches 0/0
100% Functions 1/1
100% Lines 1/1
1 2 3 4 5  1x      
export default function() {
  return;
  // Highlighted range cannot be nested.
  // const foo = "foofoo".substr(1).substr(1).substr(1);
};