{"id":21473811,"url":"https://github.com/bell-kevin/training-js-10-loop-statement---for","last_synced_at":"2025-03-17T07:26:46.657Z","repository":{"id":110406823,"uuid":"508522258","full_name":"bell-kevin/Training-JS-10-loop-statement---for","owner":"bell-kevin","description":"Training JS #10: loop statement --for. function pickIt(arr){   var odd=[], even=[];   for (let i = 0; i \u003c arr.length; i++) {     if (arr[i] % 2 === 0) {       even.push(arr[i])     } else {       odd.push(arr[i])     }   }   return [odd,even]; }","archived":false,"fork":false,"pushed_at":"2022-07-06T22:35:16.000Z","size":17,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-23T16:48:31.573Z","etag":null,"topics":["codewars-kata-solution"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bell-kevin.png","metadata":{},"created_at":"2022-06-29T02:41:05.000Z","updated_at":"2022-06-29T02:42:01.000Z","dependencies_parsed_at":"2023-03-07T08:15:35.154Z","dependency_job_id":null,"html_url":"https://github.com/bell-kevin/Training-JS-10-loop-statement---for","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bell-kevin%2FTraining-JS-10-loop-statement---for","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bell-kevin%2FTraining-JS-10-loop-statement---for/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bell-kevin%2FTraining-JS-10-loop-statement---for/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bell-kevin%2FTraining-JS-10-loop-statement---for/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bell-kevin","download_url":"https://codeload.github.com/bell-kevin/Training-JS-10-loop-statement---for/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243990654,"owners_count":20379833,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["codewars-kata-solution"],"created_at":"2024-11-23T10:18:57.470Z","updated_at":"2025-03-17T07:26:46.651Z","avatar_url":"https://github.com/bell-kevin.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":null,"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbell-kevin%2Ftraining-js-10-loop-statement---for","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbell-kevin%2Ftraining-js-10-loop-statement---for","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbell-kevin%2Ftraining-js-10-loop-statement---for/lists"}