Posts of JAVASCRIPT

The Await-to-Js

Handling asynchronous function errors and result more elegantly.

Feb 14, 2024
JAVASCRIPT

Associate Law For Functions Compose

The derivation process for functions compose

Feb 22, 2023
JAVASCRIPT
FP

Functions Compose

Definitions and examples for Functions Compose

Feb 21, 2023
JAVASCRIPT
FP

Functions Currying

Definitions and examples for Functions Currying

Feb 19, 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.

Dec 5, 2022
JAVASCRIPT
FRONTEND

Closure in JavaScript

Give the definition of closure in JavaScript and understand it by examples.

Apr 18, 2022
JAVASCRIPT
FP
FRONTEND
/ 1