{"id":21473791,"url":"https://github.com/bell-kevin/training-js-5-basic-data-types--object","last_synced_at":"2025-03-17T07:26:43.570Z","repository":{"id":110406910,"uuid":"508506307","full_name":"bell-kevin/Training-JS-5-Basic-data-types--Object","owner":"bell-kevin","description":"In javascript, Object is one of basic data types. Define an Object can use var obj=new Object() or var obj={}  You can define the object attributes during initialization, like this:  var animal={name:\"dog\"} you can also set/get some properties after the object definition, like this:  var animal={} animal.name=\"dog\"  (or animal[\"name\"]=\"dog\") Task Give you a function animal, accept 1 parameter:obj like this:  {name:\"dog\",legs:4,color:\"white\"} and return a string like this:  \"This white dog has 4 legs.\" When you have finished the work, click \"Run Tests\" to see if your code is working properly.  In the end, click \"Submit\" to submit your code pass this kata.","archived":false,"fork":false,"pushed_at":"2022-07-06T22:34:38.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:28.955Z","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-29T01:28:17.000Z","updated_at":"2022-06-29T01:28:55.000Z","dependencies_parsed_at":"2023-03-07T08:15:39.075Z","dependency_job_id":null,"html_url":"https://github.com/bell-kevin/Training-JS-5-Basic-data-types--Object","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-5-Basic-data-types--Object","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bell-kevin%2FTraining-JS-5-Basic-data-types--Object/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bell-kevin%2FTraining-JS-5-Basic-data-types--Object/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bell-kevin%2FTraining-JS-5-Basic-data-types--Object/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bell-kevin","download_url":"https://codeload.github.com/bell-kevin/Training-JS-5-Basic-data-types--Object/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243990630,"owners_count":20379827,"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:53.521Z","updated_at":"2025-03-17T07:26:43.553Z","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-5-basic-data-types--object","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbell-kevin%2Ftraining-js-5-basic-data-types--object","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbell-kevin%2Ftraining-js-5-basic-data-types--object/lists"}