@@ -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++. |
|