function(req, res, next) {
res.render('index', { title: 'Express' });
}
module.exports.routeName = function(req, res, next) {
res.render('index', { title: 'Express' });
};
const controllerName = require('./controllers/controllerName.js');
router.get('/', controllerName.routeName);
for - это языковая конструкция, а не функция, которой вы передаете аргументы
if($('.checkbox1').prop('checked') ) alert(z);
вы бы не тратили лишнее время, не так ведь?