Skip to content

Instantly share code, notes, and snippets.

@azamsharp
Created April 22, 2020 15:36
Show Gist options
  • Save azamsharp/a0c041dd9d54bf4308a9974abd6e807c to your computer and use it in GitHub Desktop.
Save azamsharp/a0c041dd9d54bf4308a9974abd6e807c to your computer and use it in GitHub Desktop.
for(let index = 0; index < comments.length; index++) {
let comment = comments[index]
console.log(comment.id)
console.log(comment.email)
console.log(comment.name)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment