Skip to content

Instantly share code, notes, and snippets.

@Kamilnaja
Created August 5, 2023 16:23
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 Kamilnaja/e2328f781f06cdda910191f3be009396 to your computer and use it in GitHub Desktop.
Save Kamilnaja/e2328f781f06cdda910191f3be009396 to your computer and use it in GitHub Desktop.
Check if exists
function check(id) {
if () { // check if this value exists
return
}
console.log(id);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment