DEV Community

Discussion on: What are the latest trends in front-end JavaScript?

Collapse
 
zzzzbov profile image
Timothy

The pipeline operator is becoming a thing (hopefully sooner rather than later).

for await will be nice as well.

Collapse
 
6temes profile image
Daniel

Pipeline operator will be sweet. I really like to use the Lodash/fp compose funtion, but I would be nice if they integrated it in the language.