DEV Community

Discussion on: Daily Challenge #61 - Evolution Rate

Collapse
 
devparkk profile image
Dev Prakash
Collapse
 
colorfusion profile image
Melvin Yeo

The code will throw an error if you pass in the following parameters
getEvolutionRateMessage 0 27.35 as you're dividing by 0.

Collapse
 
devparkk profile image
Dev Prakash

Oyeeeeee
Thanks a lot , man
I appreciate it ...
Can u help me with how to publish my codes here in comment section ...
I don't really understand this markdown and all ...

Thread Thread
 
aminnairi profile image
Amin

Hi Prakash, you can refer to this link to see how code syntax highlighting works in markdown.

Thread Thread
 
devparkk profile image
Dev Prakash

Thank you