Tags
Language
Tags
May 2024
Su Mo Tu We Th Fr Sa
28 29 30 1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31 1

Creating and Using Decorators in JavaScript

Posted By: IrGens
Creating and Using Decorators in JavaScript

Creating and Using Decorators in JavaScript
.MP4, AVC, 1280x720, 30 fps | English, AAC, 2 Ch | 1h 37m | 221 MB
Instructor: Ivan Mushketyk

Decorators are a new JavaScript feature that allows you to write flexible and readable code using meta-programming techniques. This course will teach you how to use and implement decorators in JavaScript.

What you'll learn

Decorators are a new JavaScript feature that allows you to write flexible and readable code using meta-programming techniques. Decorators allow you to modify application behavior in runtime and provide a new way for code re-use that is different from traditional inheritance or object composition techniques.

In this course, Creating and Using Decorators in JavaScript, you’ll learn to use and create decorators and learn how they work under the hood. First, you’ll explore what decorators are, and how they can be used. Next, you’ll discover how to implement various types of decorators, and how they work under the hood. Finally, you’ll learn how to build a small web framework using decorators.

When you’re finished with this course, you’ll have the skills and knowledge of decorators needed to develop complex applications in JavaScript.


Creating and Using Decorators in JavaScript