| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 325eae0 commit 3c5e593
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -73,6 +73,7 @@ This file documents various terms and definitions used throughout the Node.js co | |||
| 73 | 73 | contain data and code to manipulate that data. OOP languages include features such as encapsulation, inheritance, | |
| 74 | 74 | and polymorphism. | |
| 75 | 75 | * **PPC**: [PowerPC][] - A type of microprocessor architecture. | |
| 76 | + * **PTAL**: Please Take A Look. | ||
| 76 | 77 | * **Primordials**: Pristine built-ins in JavaScript that are not affected by prototype pollution. | |
| 77 | 78 | * **Prototype Pollution**: Process in which a user mutating object prototypes affects other code. | |
| 78 | 79 | * **RAII**: [Resource Acquisition Is Initialization][] - Programming idiom used to manage resources in C++. | |
| Back | FazBrowse Home | New Git URL |
0 commit comments