For a function like this...
function example() { var X = 100; ... var Y = \'abc\'; ... return Z; }
I need to explain the purpose
one liner:
/** @type {string} */ var Y = 'abc';