mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
merged
This commit is contained in:
commit
20b490005e
@ -289,7 +289,7 @@ Control Structures
|
||||
// single line if
|
||||
if (myVar === 'hi') {
|
||||
myVar = 'ho';
|
||||
} else {
|
||||
} else {
|
||||
myVar = 'bye';
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user