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 e5a21be commit 7a982adCopy full SHA for 7a982ad
1-js/02-first-steps/11-logical-operators/article.md
@@ -300,28 +300,3 @@ alert( Boolean(null) ); // false
300
```
301
302
A precedência do NÃO `!` é a mais alta entre todos os operadores lógicos, então ele é executado primeiro, antes que `&&` ou `||`.
303
-
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
- ```
0 commit comments