Skip to content

Commit fe83e57

Browse files
authored
Update Chapter2.md
1 parent 62fc28b commit fe83e57

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

examples_book/Chapter2.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,7 @@ var x = (1+34, a+=2, b*=10, b+1);
315315
console.log(x); // 21
316316
```
317317

318+
## โอเปอเรเตอร์ void
318319
```js
319320
var a = void 12;
320321
console.log(a); // undefined

0 commit comments

Comments
 (0)