DEV Community

Discussion on: Pro tip: using Promise.then for function composition

 
justsml profile image
Daniel Levy

@Pichardo Promises resolve only once, and their value is immutable. And in a functional promise chains each step results in a read-only state.