I know the the pure functions has some rules below.
- no side effect.
- always same input & same out when you call this function.
could someone help me list out the all pure functions in Javascript until ES2020?
I know slice is a pure function
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…