File tree 1 file changed +8
-2
lines changed
1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 7
7
- [ Examples] ( #examples )
8
8
- [ print] ( #print )
9
9
- [ arrays] ( #arrays )
10
- - [ uint8 array ] ( #uint8-array )
10
+ - [ uint8 arrays ] ( #uint8-arrays )
11
11
- [ classes] ( #classes )
12
12
- [ constructors] ( #classes )
13
13
- [ instantiation] ( #classes )
19
19
## Examples
20
20
21
21
### Print
22
+ ---
22
23
23
24
#### Node.js
24
25
@@ -59,6 +60,7 @@ hello 5 worlds
59
60
```
60
61
61
62
### arrays
63
+ ---
62
64
63
65
#### Node.js
64
66
@@ -110,7 +112,8 @@ Output
110
112
111
113
```
112
114
113
- ### uint8 array
115
+ ### uint8 arrays
116
+ ---
114
117
115
118
#### Node.js
116
119
@@ -179,6 +182,7 @@ Output
179
182
```
180
183
181
184
### Classes
185
+ ---
182
186
183
187
Examples of classes, constructors, instantiation, and "this" keyword
184
188
261
265
```
262
266
263
267
### exec (sync)
268
+ ---
264
269
265
270
#### Node.js
266
271
@@ -305,6 +310,7 @@ hello world
305
310
```
306
311
307
312
### exec (async)
313
+ ---
308
314
309
315
#### Node.js
310
316
You can’t perform that action at this time.
0 commit comments