8 lines
91 B
Plaintext
8 lines
91 B
Plaintext
[source,javascript]
|
|
----
|
|
if (condition1) {
|
|
// ...
|
|
} else if (condition2) {
|
|
//...
|
|
}
|
|
---- |