I'm just learning node.js so Im not sure if this a node.js question or a javascript question but Im not sure what this syntax is/is saying. I don't believe it's being to compare less than or greater than values as I've seen it used like so in node.js apps
router.use('/intro', (req, res) => {
});
What is the "=>" saying / what is it's significance?