Skip to content

Instantly share code, notes, and snippets.

@debugmodedotnet
Created June 5, 2018 07:29
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 debugmodedotnet/6d7df281a535528519d05f915aef63af to your computer and use it in GitHub Desktop.
Save debugmodedotnet/6d7df281a535528519d05f915aef63af to your computer and use it in GitHub Desktop.
let count = 0;
for (var c in cat) {
count = count + 1;
}
console.log(count);// 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment