DEV Community

Discussion on: Getting Started with Socket.io

Collapse
 
mohdahmad1 profile image
Mohd Ahmad

like this



```javascript
const turorialFunction = (name) => {
  console.log(`Hello ${name}`)
}
```


Collapse
 
cglikpo profile image
Christopher Glikpo

Okay bro,well noted.Thank you very much!