Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

clicelee

clicelee created a review comment on a pull request on gdsc-konkuk/24-25-study-js-deep-dive
화살표 함수는 렉시컬 스코프에 따른 this를 참조한다!

View on GitHub

clicelee created a review on a pull request on gdsc-konkuk/24-25-study-js-deep-dive

View on GitHub

clicelee created a review on a pull request on gdsc-konkuk/24-25-study-js-deep-dive

View on GitHub

clicelee pushed 1 commit to docs/update-ch-to-zh clicelee/frontend-fundamentals

View on GitHub

clicelee pushed 3 commits to docs/update-ch-to-zh clicelee/frontend-fundamentals
  • docs: Add tip for Discriminated Union type (#149) Refs: https://github.com/toss/frontend-fundamentals/discussions/108 9119147
  • fix: change LCP image from png to webp (#142) * fix: change LCP image from png to webp * docs: 간체 중국어 번역 (#120) ... 480e7e7
  • Docs: update ch to zh dd374d4

View on GitHub

clicelee pushed 2 commits to main clicelee/frontend-fundamentals
  • docs: Add tip for Discriminated Union type (#149) Refs: https://github.com/toss/frontend-fundamentals/discussions/108 9119147
  • fix: change LCP image from png to webp (#142) * fix: change LCP image from png to webp * docs: 간체 중국어 번역 (#120) ... 480e7e7

View on GitHub

clicelee created a review comment on a pull request on gdsc-konkuk/24-25-study-js-deep-dive
생략해도 되는건 처음 알았네요

View on GitHub

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...

View on GitHub

clicelee created a review on a pull request on gdsc-konkuk/24-25-study-js-deep-dive
고생하셨습니다~

View on GitHub

clicelee created a review on a pull request on gdsc-konkuk/24-25-study-js-deep-dive
고생하셨습니다~

View on GitHub

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...

View on GitHub

clicelee created a review on a pull request on gdsc-konkuk/24-25-study-js-deep-dive
고생하셨습니다

View on GitHub

clicelee created a review on a pull request on gdsc-konkuk/24-25-study-js-deep-dive
고생하셨습니다

View on GitHub

clicelee starred suwan98/front-end-interview
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

View on GitHub

clicelee forked vuejs/vitepress

clicelee/vitepress

clicelee starred giscus/giscus
clicelee pushed 1 commit to main clicelee/clicelee

View on GitHub

clicelee pushed 1 commit to main clicelee/clicelee

View on GitHub

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

View on GitHub

clicelee pushed 2 commits to fix/giscus-lang clicelee/frontend-fundamentals
  • Fix: Ensure Giscus supports Chinese * Fixed an issue where the Chinese locale was not applied in Giscus e751fc3
  • Fix: Correct import path for Chinese locale * Fixed an incorrect import path in ( → ). 5d4dbda

View on GitHub

clicelee created a branch on clicelee/frontend-fundamentals

fix/giscus-lang - Guidelines for easily modifiable frontend code

clicelee deleted a branch clicelee/frontend-fundamentals

fix/giscus-lang

clicelee pushed 1 commit to fix/giscus-lang clicelee/frontend-fundamentals
  • Chore: GISCUS 언어에 중국어 추가 - ch: 'zh-CN' ae22682

View on GitHub

clicelee created a branch on clicelee/frontend-fundamentals

fix/giscus-lang - Guidelines for easily modifiable frontend code

clicelee pushed 2 commits to main clicelee/frontend-fundamentals
  • docs: 간체 중국어 번역 (#120) * chore: create ch files * docs: translate into simplified chinese * docs: translate in... f8ca170
  • Fix: Corrected localized link to Amazon (#141) - The link was still redirecting to Yes24, so the link was updated pr... 23934a6

View on GitHub

clicelee starred vuejs/vitepress
clicelee starred microsoft/Web-Dev-For-Beginners
Load more