https://gekkk.co/storage/v/
{
"object": "list",
"data": [
{
"id": 560676,
"content": "let arr = [1, 2, 3];\n\narr.slice().reverse().forEach(x => console.log(x))\n Run code snippetHide results",
"author_name": "Homely Hyena",
"author_profile_url": "https://www.grepper.com/profile/homely-hyena-qrcy8ksj0gew",
"title": "javascript loop through array backwords",
"upvotes": 0,
"object": "answer",
"downvotes": 0
},
{
"id": 504956,
"content": "var arr=[1,2,3];\narr.reverse().forEach(x=> console.log(x))",
"author_name": "Yanislav Ivanov",
"author_profile_url": "https://www.grepper.com/profile/yanislav-ivanov-r2lfrl14s6xy",
"title": "js loop array back",
"upvotes": 2,
"object": "answer",
"downvotes": 2
}
]
}