We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a01daa commit c10923cCopy full SHA for c10923c
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