◐ Shell
clean mode source ↗

doc, meta: add PTAL to glossary · nodejs/node@3c5e593

Original file line numberDiff line numberDiff line change

@@ -73,6 +73,7 @@ This file documents various terms and definitions used throughout the Node.js co

7373

contain data and code to manipulate that data. OOP languages include features such as encapsulation, inheritance,

7474

and polymorphism.

7575

* **PPC**: [PowerPC][] - A type of microprocessor architecture.

76+

* **PTAL**: Please Take A Look.

7677

* **Primordials**: Pristine built-ins in JavaScript that are not affected by prototype pollution.

7778

* **Prototype Pollution**: Process in which a user mutating object prototypes affects other code.

7879

* **RAII**: [Resource Acquisition Is Initialization][] - Programming idiom used to manage resources in C++.