DEV Community

Discussion on: Deno - NextGen Node.js

Collapse
 
lampewebdev profile image
Michael "lampe" Lazarski

Nice article!

Just one tip for you

when you write the triple ticks you can add code highlighting by adding the language
like: ts, js, or bash
example:

const a = "nice post!";

I find it way easier to understand code when it is highlighted :)