We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e44ec42 commit 53dead8Copy full SHA for 53dead8
glossary.md
@@ -73,6 +73,7 @@ This file documents various terms and definitions used throughout the Node.js co
73
contain data and code to manipulate that data. OOP languages include features such as encapsulation, inheritance,
74
and polymorphism.
75
* **PPC**: [PowerPC][] - A type of microprocessor architecture.
76
+* **PTAL**: Please Take A Look.
77
* **Primordials**: Pristine built-ins in JavaScript that are not affected by prototype pollution.
78
* **Prototype Pollution**: Process in which a user mutating object prototypes affects other code.
79
* **RAII**: [Resource Acquisition Is Initialization][] - Programming idiom used to manage resources in C++.
0 commit comments