Skip to content

Instantly share code, notes, and snippets.

@DZuz14
Created April 14, 2022 15:01
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 DZuz14/6f263b9e721e38b978aa4b8a69099395 to your computer and use it in GitHub Desktop.
Save DZuz14/6f263b9e721e38b978aa4b8a69099395 to your computer and use it in GitHub Desktop.
lucky integer skeleton
/**
* @param {number[]} nums
* @return {number}
*/
const findLuckyNumber = (nums) => {
// do stuff here.
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment