Hello World!
Italic text here
Bold text here
StrikeThrough text
Name | Address | |
---|---|---|
Diksha | [email protected] | Address1 |
Kom | [email protected] | Address2 |
Your quote looks like this.
forEach()
method iterates each element of an array.
const express = require('express')
const app = express()
const port = 3000
app.get('/', (req, res) => {
res.send('Hello World!')
})
app.listen(port, () => {
console.log(`Example app listening at http://localhost:${port}`)
})
- Item 1
- Item 2
- Item 3
- Sub item 1
- Sub item 3
- Unordered item
- Unordered item
- Unordered item
Some Text
OR