You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
typesetting/pitfall/pdfkit/node_modules/esrefactor/test/data/arguments1.js

8 lines
153 B
JavaScript

[1,4,2,3,-8].filter(function(i) { // declaration:i
var max = 3;
function other(i) { i + 2; }
return i < max // cursor:i reference:i
});