mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-02-20 16:00:35 -05:00
chore(i18n,learn): processed translations (#52175)
This commit is contained in:
@@ -20,7 +20,7 @@ Wenn die Bedingung als `true` ausgewertet wird, führt das Programm die Anweisun
|
||||
**Beispiel**
|
||||
|
||||
```js
|
||||
function test (myCondition) {
|
||||
function test(myCondition) {
|
||||
if (myCondition) {
|
||||
return "It was true";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user