hmm: Parameter mitgeben beim Express app.get

Beitrag lesen

so hab ich das gemacht:

"user strict";
for(var i = 0; i < configJson.routings.length; i++) {
                let x = i;
                app.get(file.route, function(req, res) {
                    console.log(x);
                });
        }

function(req, res) {console.log(x); }

wird erst ausgeführt, wenn man die route file.route im Browser anklickt und er braucht irgendwie das use strict, sonst meckert die console.