What is the correct JSDoc syntax for a local variable?

后端 未结 4 1363
面向向阳花
面向向阳花 2021-02-18 15:10

For a function like this...

function example() {
  var X = 100;

  ...

  var Y = \'abc\';

  ...

  return Z;
}

I need to explain the purpose

4条回答
提交回复
热议问题