We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62fc28b commit fe83e57Copy full SHA for fe83e57
1 file changed
examples_book/Chapter2.md
@@ -315,6 +315,7 @@ var x = (1+34, a+=2, b*=10, b+1);
315
console.log(x); // 21
316
```
317
318
+## โอเปอเรเตอร์ void
319
```js
320
var a = void 12;
321
console.log(a); // undefined
0 commit comments