DEV Community

Discussion on: Master the Javascript Array Reduce Method with 10 Examples

Collapse
 
suchitra_13 profile image
Suchitra

Nice article!!
Btw I wanna ask you that which markdown format you used for the code color them cuz whenever I used to code it simply displayed in write colored text!
Please specify:)
though it is out of the topic question:P

Collapse
 
ramgendeploy profile image
Ramiro - Ramgen • Edited

Thanks! to have the code with the right color format you do
´´´javascript <- language name here
let data=[]
...
´´´
Here change the commas for the right ones, this is to not have this comment formatted, the right ones are these `

Collapse
 
suchitra_13 profile image
Suchitra

Thanks I will try!