|
|
|
@ -42,6 +42,13 @@ journey
|
|
|
|
```mermaid
|
|
|
|
```mermaid
|
|
|
|
mindmap
|
|
|
|
mindmap
|
|
|
|
root((Decision Making))
|
|
|
|
root((Decision Making))
|
|
|
|
|
|
|
|
Operators
|
|
|
|
|
|
|
|
Comparison
|
|
|
|
|
|
|
|
"=== !== < > <= >="
|
|
|
|
|
|
|
|
Value relationships
|
|
|
|
|
|
|
|
Logical
|
|
|
|
|
|
|
|
"&& || !"
|
|
|
|
|
|
|
|
Combine conditions
|
|
|
|
Boolean Logic
|
|
|
|
Boolean Logic
|
|
|
|
true / false
|
|
|
|
true / false
|
|
|
|
Comparison results
|
|
|
|
Comparison results
|
|
|
|
@ -56,16 +63,9 @@ mindmap
|
|
|
|
switch
|
|
|
|
switch
|
|
|
|
Multiple options
|
|
|
|
Multiple options
|
|
|
|
Clean structure
|
|
|
|
Clean structure
|
|
|
|
Operators
|
|
|
|
|
|
|
|
Comparison
|
|
|
|
|
|
|
|
=== !== < > <= >=
|
|
|
|
|
|
|
|
Value relationships
|
|
|
|
|
|
|
|
Logical
|
|
|
|
|
|
|
|
&& || !
|
|
|
|
|
|
|
|
Combine conditions
|
|
|
|
|
|
|
|
Advanced Patterns
|
|
|
|
Advanced Patterns
|
|
|
|
Ternary
|
|
|
|
Ternary Operator
|
|
|
|
? : syntax
|
|
|
|
"? : syntax"
|
|
|
|
Inline decisions
|
|
|
|
Inline decisions
|
|
|
|
Complex Logic
|
|
|
|
Complex Logic
|
|
|
|
Nested conditions
|
|
|
|
Nested conditions
|
|
|
|
@ -565,7 +565,7 @@ Josh Comeauの素晴らしい[operator lookup](https://joshwcomeau.com/operator-
|
|
|
|
|
|
|
|
|
|
|
|
## 課題
|
|
|
|
## 課題
|
|
|
|
|
|
|
|
|
|
|
|
[Operators](assignment.md)
|
|
|
|
[演算子](assignment.md)
|
|
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
|
|
|