You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: buffers-and-streams/index.md
+17-6Lines changed: 17 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -8,14 +8,14 @@ The Node Application Developer Certification exam section for Buffers and Stream
8
8
9
9
The topics that are covered include:
10
10
11
-
- Node.js Buffer API’s
12
-
- Incremental Processing
13
-
- Transforming Data
14
-
- Connecting Streams
11
+
- Node.js Buffer API’s
12
+
- Incremental Processing
13
+
- Transforming Data
14
+
- Connecting Streams
15
15
16
16
## Buffers and Streams Overview
17
-
18
-
[Buffer](https://nodejs.org/docs/latest-v10.x/api/buffer.html) and [Stream](https://nodejs.org/docs/latest-v10.x/api/stream.html) are fundamentally seperate topics yet are intrinsically linked. This section will cover how these APIs work individually and with each other.
17
+
18
+
The NodeJS APIS [Buffer](https://nodejs.org/docs/latest-v10.x/api/buffer.html) and [Stream](https://nodejs.org/docs/latest-v10.x/api/stream.html) are fundamentally seperate topics yet are intrinsically linked. This section will cover how these APIs work individually and with each other.
0 commit comments