mermaid/test.js

6 lines
69 B
JavaScript

function apa() {
// comment's
const a = 1;
return 'apa' + a;
}