DEV Community

Discussion on: FUN with DOM

Collapse
 
ziizium profile image
Habdul Hazeez

I will recommend that you use syntax highlighting to differentiate your code snippets from the rest of the article.

The function displayHello() would then be rendered as:

function DisplayHello(){
  alert("Hello");
}

If you need help on how to go about it (the syntax highlighting), let me know.

Collapse
 
ayushmann profile image
Ayushman Parasar • Edited

Thank you so much for the insight, I would definitely use syntax highlighting from now on and I would really like to know your advice on it.

Collapse
 
ziizium profile image
Habdul Hazeez

I will put something together and let you know when am done. But for now you can read the following post:

Collapse
 
ziizium profile image
Habdul Hazeez
Thread Thread
 
ayushmann profile image
Ayushman Parasar

It is awesome!!!
Thanks.

Thread Thread
 
ziizium profile image
Habdul Hazeez

It is awesome!!!
Thanks.

You are welcome.