I'm aware of decorators in Python; how they are essentially wrappers for other functions... is it the case in ES6 also?
It is a little tough to wrap my head around them because with ES6, (if decorators work the way I think they work); it is syntactic sugar on top of syntactic sugar (decorators on ES6 classes).
Can someone give a comprehensive explanation to the working of decorators in ES6? Thanks!
No responses yet.