Handling asynchronous function errors and result more elegantly.
JAVASCRIPT
The Await-to-Js
14 Feb, 2024
JAVASCRIPT
Associate Law For Functions Compose
The derivation process for functions compose
22 Feb, 2023
JAVASCRIPT
FP
Functions Compose
Definitions and examples for Functions Compose
21 Feb, 2023
JAVASCRIPT
FP
Functions Currying
Definitions and examples for Functions Currying
19 Feb, 2023
JAVASCRIPT
FP
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
JAVASCRIPT
FRONTEND
Closure in JavaScript
Give the definition of closure in JavaScript and understand it by examples.
18 Apr, 2022
JAVASCRIPT
FP
FRONTEND