DEV Community

Discussion on: Build a Countdown Timer for Writing

Collapse
 
indoor_keith profile image
Keith Charles • Edited

Quick note about syntax highlighting! If you add "js" just after your first set of backticks, on the same line, you'll get some nice syntax highlighting cooresponding to the language you specify. It would look like this (replacing the single quotes with backticks):

'''js
// your code here
'''

Collapse
 
kahawaiikailana profile image
Kailana Kahawaii

Thanks so much! Excited to try this out.