app.get('/introduce-yourself', (req, res) => {
const name = 'Ali Mohamed';
const acknowledgements = 'Software Engineer';
let location = 'Ismailia , Egypt';
let background = ['JavaScript', 'Nodejs', 'Express Framework'];
const introduction = `Hello, my name is ${name}. I am a ${occupation}
and my interests include ${interests.join(', ')}.`;
res.json({introduction});
}
-
🌱 I’m currently learning TypeScript 🙄
-
📫 How to reach me [email protected]
The most important step of all is the first step. Start something.
— Blake Mycoskie