摘要: type PartOfWindow = { [Key in | "document" | "navigator" | "setTimeout"]: Window[Key] } /* type PartOfWindow = { document: Document; navigator: Naviga 阅读全文
posted @ 2022-08-18 19:16 Zhentiw 阅读(15) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2022-08-18 15:05 Zhentiw 阅读(4) 评论(0) 推荐(0) 编辑
摘要: Blog: https://www.geeksforgeeks.org/es6-trampoline-function/ Stackoverflow problem for recursion: const sumBelow = (number, sum = 0) => ( number 0 ? s 阅读全文
posted @ 2022-08-18 14:32 Zhentiw 阅读(27) 评论(0) 推荐(0) 编辑