Handling asynchronous function errors and result more elegantly.
JS&TS
The Await-to-Js
14 Feb, 2024
JS&TS
TypeScript Type-Exercises-3
10 Jan, 2024
JS&TS
TypeScript Type-Exercises 2
There are some type exercise about string literal type.
4 Jan, 2024
JS&TS
TypeScript Type-Exercises 1
3 Jan, 2024
JS&TS
Associate Law For Functions Compose
The derivation process for functions compose
22 Feb, 2023
JS&TSFP
Functions Compose
Definitions and examples for Functions Compose
21 Feb, 2023
JS&TSFP
Functions Currying
Definitions and examples for Functions Currying
19 Feb, 2023
JS&TSFP
Electron: Some IPC Ways
IPC, Inter-Process Communication, I's said that some technologies or methods for transmitting information or signals between at least two processes or threads. The above description comes from WIKI, which means that the method of transmitting information between Main Process and BrowserWindow is IPC.
5 Dec, 2022
JS&TSFRONTEND
Closure in JavaScript
Give the definition of closure in JavaScript and understand it by examples.
18 Apr, 2022
JS&TSFPFRONTEND