ClementCode snippet: Hash Table(T)To be upgraded to complete article by adding more information later.Jul 22, 2022Jul 22, 2022
ClementCode snippet: Stack(Js)To be upgraded to complete article by adding more information later.Jul 21, 2022Jul 21, 2022
ClementCode snippet: Singly Linked List(Js)To be upgraded to complete article by adding more information later.Jul 21, 2022Jul 21, 2022
ClementHackerRank-Easy-Subarray Division(TS)I assume you’ve read the description already.Jul 12, 2022Jul 12, 2022
ClementHackerRank-Easy-Number Line Jumps(TS)Alright I cheated on this one, I’ll tell you that. I didn’t come up with the solutiuon completely by myself. I took a peek at the…Jul 8, 2022Jul 8, 2022
ClementHackerRank-Easy-birthdayCakeCandles(Typescript)So, what we need to do is quite simple: create a function who accepts an array of numbers(n) and return the count of the largest number(s)…Jul 1, 2022Jul 1, 2022
ClementHackerRank-Easy-Staircase(Typescript)One warmup exercise before real HackerRank problems. Should be an easy one if you know a bit of Typescript or Javascript. I’ll do it in my…Jun 26, 2022Jun 26, 2022
ClementRxJS:EMPTY 踩雷實錄直接看結論:EMPTY 會直接結束資料流,進入到 complete,不會進 next。如果情境是 EMPTY 之後還有其他 operator,那就都不會被執行。Dec 12, 2021Dec 12, 2021
Clement345. Reverse Vowels of a String — LeetCode EasyGiven a string s, reverse only all the vowels in the string and return it.Jun 10, 2021Jun 10, 2021
ClementCustom Confirm Modal 自製確認框有沒有遇過開發的時候要做 confirm 的彈出視窗,但是瀏覽器原生的 confirm 又長得很醜而且不給改不給修,所以起了自己做一個的念頭?Jun 10, 2021Jun 10, 2021