{"id":29568901,"url":"https://github.com/fivethreeeo/codesquard-cocoa-js","last_synced_at":"2025-12-31T14:13:40.820Z","repository":{"id":132942337,"uuid":"423497125","full_name":"fivethreeeo/codesquard-cocoa-js","owner":"fivethreeeo","description":"코드스쿼드 코코아JS 과정 학습기록","archived":false,"fork":false,"pushed_at":"2022-06-24T04:27:30.000Z","size":1004,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2023-08-04T19:25:33.664Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/fivethreeeo.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}},"created_at":"2021-11-01T14:31:10.000Z","updated_at":"2023-08-04T19:25:35.056Z","dependencies_parsed_at":null,"dependency_job_id":"82545c59-0c5b-4a7e-9181-1d1fd8570905","html_url":"https://github.com/fivethreeeo/codesquard-cocoa-js","commit_stats":null,"previous_names":["fivethreeeo/codesquard-cocoa-js"],"tags_count":null,"template":null,"template_full_name":null,"purl":"pkg:github/fivethreeeo/codesquard-cocoa-js","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fivethreeeo%2Fcodesquard-cocoa-js","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fivethreeeo%2Fcodesquard-cocoa-js/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fivethreeeo%2Fcodesquard-cocoa-js/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fivethreeeo%2Fcodesquard-cocoa-js/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fivethreeeo","download_url":"https://codeload.github.com/fivethreeeo/codesquard-cocoa-js/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fivethreeeo%2Fcodesquard-cocoa-js/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265866486,"owners_count":23840972,"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":"2025-07-19T01:07:43.710Z","updated_at":"2025-12-31T14:13:40.795Z","avatar_url":"https://github.com/fivethreeeo.png","language":"JavaScript","readme":"# **cocoa-js**\n\n**`(5weeks) 2021.11.1 ~ 2021.12.2`**\n\n\u003cbr\u003e\n\n## **Mission**\n\n**- [Toy Project : 배달 주문 관리 어드민 페이지](delivery-order-manager/README.md)**\n\n- [x] [미션 1. 다각형 넓이 구하기](mission/mission_01/01_get_area.js)\n- [x] [미션 2-1. 진수 변환기](mission/mission_02/02_1_notation.js)\n- [ ] 미션 2-2. 배열 다루기\n  - [x] [2-2-1. 팩토리얼 함수 만들기](mission/mission_02/02_2_1_factorial.js)\n  - [x] [2-2-2. 배열 거르기](mission/mission_02/02_2_2_array.js)\n  - [x] [2-2-3. 평균 구하기](mission/mission_02/02_2_3_array.js)\n  - [x] [2-2-4. 배열 만들기](mission/mission_02/02_2_4_array.js)\n  - [x] [2-2-5. 배열 결과 출력](mission/mission_02/02_2_5_array.js)\n  - [ ] [2-2-6. reduce 만들기]()\n- [x] [미션 3. 해시맵 구현](mission/mission_03/03_hash_map.js)\n- [ ] [미션 4. 괄호문법 검사기]()\n- [x] [미션 5. 성적 관리 프로그램](mission/mission_05/05_score_program.js)\n- [x] 미션 6. 웹 todo 개발\n  - [x] [6-1. Daily todo (DEMO)](mission/mission_06/todo_list_ver_today)\n  - [x] [6-2. Weekly todo (DEMO)](mission/mission_06/todo_list_ver_week)\n- [x] 미션 7. 스마트 드롭다운 메뉴\n  - [x] [7. LA Lakers Rosters (DEMO)](mission/mission_07/smart_dropdown)\n\n\u003cbr\u003e\n\n## **다시 풀기, 2021.12**\n\n- [1. 다각형 넓이 구하기](review/figureArea.js)\n- [2-1. 진수 변환기](review/notation.js)\n- [2-2. 배열 다루기](review/playArray.js)\n- [2-2-6. reduce 만들기](review/myReduce.js)\n- [3. 해시맵 구현](review/hashMap.js)\n- [4. 괄호문법 검사기](review/checkBrackets.js)\n\n\u003cbr\u003e\n\n## **Note**\n\n- [Block scope, hoisting(TDZ)](note/01_block-scope_hoisting,%20this.md)\n- [반복문 내에서의 함수 실행과 상수](note/02_function_in_loops.md)\n- [Deep Freeze, Deep Copy, immutuble, 깊은 복사, 얕은 복사](note/03_deep-copy_deep-freezing.md)\n- [ForEach, Map, Reduce](note/04_foreach_map_reduce.md)\n- [Array APIs 연습](note/05_array_api.md)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffivethreeeo%2Fcodesquard-cocoa-js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffivethreeeo%2Fcodesquard-cocoa-js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffivethreeeo%2Fcodesquard-cocoa-js/lists"}