mermaid/test.js
2022-09-05 01:00:47 +05:30

9 lines
80 B
JavaScript

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