From 193ab5fb37a198321d4e4af757b42ffc6cbf4b7d Mon Sep 17 00:00:00 2001 From: lmj01 Date: Wed, 27 Sep 2023 17:25:21 +0800 Subject: [PATCH] Update computerScience.md --- index/computerScience.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/index/computerScience.md b/index/computerScience.md index 1a852f6..881db0d 100644 --- a/index/computerScience.md +++ b/index/computerScience.md @@ -28,6 +28,9 @@ - [hash](../cpl/data.structure/hash.md) - [LRU](../cpl/data.structure/LRU.md) +### 规范 +- [Promises/A+, An open standard for sound, interoperable JavaScript promises—by implementers, for implementers.](https://promisesaplus.com/) + ## ComputerGraphics - [Real-Time Rendering Resources](https://www.realtimerendering.com/)