DEV Community

Discussion on: How to use 'effect' hook easy way

Collapse
 
mohdahmad1 profile image
Mohd Ahmad

Please add syntax highlighting, it will be easy to read.

do it by adding js(or any other programming language name) after backticks(```)


```js
let x = 100
```
Produces

let x = 100
Enter fullscreen mode Exit fullscreen mode

```
let x = 100
```
Produces

let x = 100
Enter fullscreen mode Exit fullscreen mode

Notice js after ``` or backticks you prefer

Collapse
 
elukuro profile image
Heru Hartanto

you're my hero 😊