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 alinour30211@gmail.com
The most important step of all is the first step. Start something.
β Blake Mycoskie