top | item 35082174

(no title)

FrontAid | 3 years ago

Can you make an example of features/styles that have been replaced? I'm not really sure what you mean by that.

discuss

order

tofuahdude|3 years ago

The classic example is .then .catch callbacks vs async await, though .then is still occasionally useful.

mordechai9000|3 years ago

As an example, the immediately invoked function expression (IIFE) has been superseded by ES 6 modules.

qwerty456127|3 years ago

Others have provided great examples of what I meant.