Here's a code block with GFM syntax (three backticks):
const hello = _ => {
console.log('Hello world')
};
hello();
And the same code using indentation syntax:
const hello = _ => {
console.log('Hello world')
};
hello();
Here's a code block with GFM syntax (three backticks):
const hello = _ => {
console.log('Hello world')
};
hello();
And the same code using indentation syntax:
const hello = _ => {
console.log('Hello world')
};
hello();