mermaid/test.js
Sidharth Vinod f6d69b33b3
Prettier
2022-09-03 13:30:16 +05:30

9 lines
80 B
JavaScript

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