{"id":21216600,"url":"https://github.com/jackhowa/mutations","last_synced_at":"2025-03-15T00:41:24.663Z","repository":{"id":78850003,"uuid":"99855722","full_name":"JackHowa/mutations","owner":"JackHowa","description":"Check whether the second string in the array has only letters from the first ","archived":false,"fork":false,"pushed_at":"2017-08-10T20:52:51.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-21T16:44:24.816Z","etag":null,"topics":["algorithm","freecodecamp"],"latest_commit_sha":null,"homepage":"https://www.freecodecamp.org/challenges/mutations","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JackHowa.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-08-09T21:51:29.000Z","updated_at":"2017-08-09T22:11:05.000Z","dependencies_parsed_at":"2023-03-12T06:00:03.988Z","dependency_job_id":null,"html_url":"https://github.com/JackHowa/mutations","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/JackHowa%2Fmutations","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JackHowa%2Fmutations/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JackHowa%2Fmutations/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JackHowa%2Fmutations/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JackHowa","download_url":"https://codeload.github.com/JackHowa/mutations/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243667964,"owners_count":20328036,"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":["algorithm","freecodecamp"],"created_at":"2024-11-20T21:53:33.118Z","updated_at":"2025-03-15T00:41:24.615Z","avatar_url":"https://github.com/JackHowa.png","language":"JavaScript","readme":"# Mutations\n\nReturn true if the string in the first element of the array contains all of the letters of the string in the second element of the array.\n\nFor example, [\"hello\", \"Hello\"], should return true because all of the letters in the second string are present in the first, ignoring case.\n\nThe arguments [\"hello\", \"hey\"] should return false because the string \"hello\" does not contain a \"y\".\n\nLastly, [\"Alien\", \"line\"], should return true because all of the letters in \"line\" are present in \"Alien\".\n\n* mutation([\"hello\", \"hey\"]) should return false.\n\n* mutation([\"hello\", \"Hello\"]) should return true.\n\n* mutation([\"zyxwvutsrqponmlkjihgfedcba\", \"qrstu\"]) should return true.\n\n* mutation([\"Mary\", \"Army\"]) should return true.\n\n* mutation([\"Mary\", \"Aarmy\"]) should return true.\n\n* mutation([\"Alien\", \"line\"]) should return true.\n\n* mutation([\"floor\", \"for\"]) should return true.\n\n* mutation([\"hello\", \"neo\"]) should return false.\n\n* mutation([\"voodoo\", \"no\"]) should return false.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjackhowa%2Fmutations","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjackhowa%2Fmutations","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjackhowa%2Fmutations/lists"}