{"id":17070532,"url":"https://github.com/oakmac/js101","last_synced_at":"2025-04-12T19:41:02.784Z","repository":{"id":50217139,"uuid":"193127558","full_name":"oakmac/js101","owner":"oakmac","description":"js101 Exercises","archived":false,"fork":false,"pushed_at":"2022-12-03T14:41:46.000Z","size":70,"stargazers_count":2,"open_issues_count":9,"forks_count":33,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-26T13:55:55.368Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/oakmac.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-06-21T16:13:16.000Z","updated_at":"2024-05-08T13:27:20.000Z","dependencies_parsed_at":"2023-01-22T16:35:17.305Z","dependency_job_id":null,"html_url":"https://github.com/oakmac/js101","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/oakmac%2Fjs101","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oakmac%2Fjs101/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oakmac%2Fjs101/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oakmac%2Fjs101/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oakmac","download_url":"https://codeload.github.com/oakmac/js101/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248624869,"owners_count":21135509,"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":[],"created_at":"2024-10-14T11:32:06.669Z","updated_at":"2025-04-12T19:41:02.765Z","avatar_url":"https://github.com/oakmac.png","language":"JavaScript","readme":"# JavaScript 101 - Programming Exercises\n\nProgramming exercises for a beginning JavaScript programmer.\n\nThese exercises focus on basic syntax and core library functions for:\n\n- Functions\n- Numbers\n- `true`, `false`, `null`, `undefined`\n- Strings\n- Arrays\n- Objects\n\n## Install\n\nMake sure that [Node.js] and [npm] are installed. Then, from this directory type:\n\n```sh\nnpm install\n```\n\nThis will install a folder named `node_modules/` into this folder.\n\n## Directions\n\nYou will be writing functions in the JavaScript files found in the `exercises/`\nfolder.\n\nWrite your functions and then run:\n\n```sh\nnpm test\n```\n\nThe goal is to get the test suite to pass all conditions. Good luck!\n\n## Continuously Run Test Suite\n\nYou may want to run the test suite anytime a file in `exercises/` changes:\n\n```sh\nnpm run watch\n```\n\nThis command will continuously run the test suite and stop on the first failing\ntest.\n\n## License\n\n[ISC License](LICENSE.md)\n\n[Node.js]:https://nodejs.org/\n[npm]:https://en.wikipedia.org/wiki/Npm_(software)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foakmac%2Fjs101","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foakmac%2Fjs101","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foakmac%2Fjs101/lists"}