Skip to content

Instantly share code, notes, and snippets.

@tetsuharuohzeki
Created November 4, 2012 18:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tetsuharuohzeki/4012913 to your computer and use it in GitHub Desktop.
Save tetsuharuohzeki/4012913 to your computer and use it in GitHub Desktop.
/**
* @return {Array} (destructuring assignment)
* @0 {number}
* @1 {string}
*/
function test() {
return [1, "hoge"];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment