I don't know if I've been more hardworking after returning from holidays, or it so happened that the weeks of studying bits and pieces finally came together last week... I've finished some milestones in studying!
- JS Quiz - completed all high priority questions
- JS Coding - completed all relevant questions
- Behavioural - practiced speaking
System Design and Leetcode remains a little unstable, but I think we are getting better! This week will mostly focus on recap.
1. JS Quiz
- MON - (15/63 revised)
box-sizing
,display
, React, event loop, hoisting, event delegation,this
- mistakes: box-sizing measures?
position: relative
means? What'sthis
?
- mistakes: box-sizing measures?
2. Behaviour
3. Leetcode
- MON - Domino and Tromino Tiling, a medium DP question. Figured there was a pattern but couldn't write out the entire generalised formula :(