Skip to content

Commit f8d4b3a

Browse files
Bartłomiej Kalembasculpt0r
Bartłomiej Kalemba
authored andcommitted
Remove misspell
1 parent b21e7f2 commit f8d4b3a

File tree

1 file changed

+1
-1
lines changed
  • 1-js/02-first-steps/12-nullish-coalescing-operator

1 file changed

+1
-1
lines changed

1-js/02-first-steps/12-nullish-coalescing-operator/article.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ alert(height ?? 100); // 0
103103
104104
Jeżeli zerowa wysokość jest poprawną wartością, która nie powinna być zastąpiona wartością domyślną, wtedy `??` sprawdzi się doskonale.
105105
106-
## Priorytet /
106+
## Priorytet
107107
108108
Priorytet operatora `??` jest raczej niski: `5` [tabela MDN](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Operator_Precedence#Table). Więc `??` jest przetwarzane przed `=` i `?`, ale po większości innych operatorów, jak `+`, `*`.
109109

0 commit comments

Comments
 (0)