Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
clicelee created a review comment on a pull request on gdsc-konkuk/24-25-study-js-deep-dive
화살표 함수는 렉시컬 스코프에 따른 this를 참조한다!
clicelee pushed 1 commit to docs/update-ch-to-zh clicelee/frontend-fundamentals
- Docs: update ch to zh 3bf9af4
clicelee pushed 3 commits to docs/update-ch-to-zh clicelee/frontend-fundamentals
clicelee pushed 2 commits to main clicelee/frontend-fundamentals
clicelee created a review comment on a pull request on gdsc-konkuk/24-25-study-js-deep-dive
생략해도 되는건 처음 알았네요
clicelee created a review comment on a pull request on gdsc-konkuk/24-25-study-js-deep-dive
이런것도 되네요 ```js //일반 함수 function test(a, a) { return a+a; } test(1, 1); //2 ``` ```js //화살표 함수 const test=(a, a)=>return a+a; test(1, 1); //VM171:1 Uncaught SyntaxError: Duplicate param...
clicelee created a review on a pull request on gdsc-konkuk/24-25-study-js-deep-dive
고생하셨습니다~
clicelee created a review on a pull request on gdsc-konkuk/24-25-study-js-deep-dive
고생하셨습니다~
clicelee created a review comment on a pull request on gdsc-konkuk/24-25-study-js-deep-dive
이거겠죠? 옵시디언에서 보면 잘 보이는데 이상하게 깃허브에서는 안 보이네요 형태도 기능도 굉장히 유사하네요 생성자 함수 배울때도 계속 클래스 용어가 나왔던 기억이 납니다 <img width="993" alt="Screenshot 2025-02-05" src="https://github.com/user-attachments/assets/6d8e...
clicelee created a review on a pull request on gdsc-konkuk/24-25-study-js-deep-dive
고생하셨습니다
clicelee created a review on a pull request on gdsc-konkuk/24-25-study-js-deep-dive
고생하셨습니다
clicelee created a branch on clicelee/frontend-fundamentals
docs/update-ch-to-zh - Guidelines for easily modifiable frontend code
clicelee pushed 3 commits to main clicelee/frontend-fundamentals
- Fix: Correct import path and Add Chinese on Giscus language (#144) * Fix: Ensure Giscus supports Chinese * Fixed a... a6884a6
- Fix: Add missing syntax and normalize Auth Token usage (#145) * fix: Add missing 'from' keyword in import statement... 2f196fd
- fix: resolve badge component rendering issue by extending default theme (#146) b9f1f19
clicelee opened a pull request on toss/frontend-fundamentals
Fix/giscus lang
## 📝 Key Changes 1. Fixed a typo in #120 where `ch.mjs` was incorrectly used. Changed it to `ch.mts` - changed file: `config.mts` 2. Applied the approach defined in #127 for syncing Giscus langu...clicelee pushed 1 commit to fix/giscus-lang clicelee/frontend-fundamentals
- Revert: yarn.lock 1e0c0b7
clicelee pushed 2 commits to fix/giscus-lang clicelee/frontend-fundamentals
clicelee created a branch on clicelee/frontend-fundamentals
fix/giscus-lang - Guidelines for easily modifiable frontend code
clicelee pushed 1 commit to fix/giscus-lang clicelee/frontend-fundamentals
- Chore: GISCUS 언어에 중국어 추가 - ch: 'zh-CN' ae22682
clicelee created a branch on clicelee/frontend-fundamentals
fix/giscus-lang - Guidelines for easily modifiable frontend code