TP
Size: a a a
TP
ei
KS
TP
KS
TP
TP
ei
KS
ei
KS
function foo() {...}
const bar = foo
KS
М
М
ST
app.use((req, res, next) => {
// req.path = 'smth'
req.path = 'a'
console.log(req.path) // 'smth'
next()
})
А
app.use((req, res, next) => {
// req.path = 'smth'
req.path = 'a'
console.log(req.path) // 'smth'
next()
})
ST
А
KS
app.use((req, res, next) => {
// req.path = 'smth'
req.path = 'a'
console.log(req.path) // 'smth'
next()
})