mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 02:09:45 +07:00
merged
This commit is contained in:
@@ -289,7 +289,7 @@ Control Structures
|
||||
// single line if
|
||||
if (myVar === 'hi') {
|
||||
myVar = 'ho';
|
||||
} else {
|
||||
} else {
|
||||
myVar = 'bye';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user