mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-02-27 02:03:44 -05:00
chore(i18n,learn): processed translations (#52175)
This commit is contained in:
@@ -20,7 +20,7 @@ dashedName: use-conditional-logic-with-if-statements
|
||||
**示例**
|
||||
|
||||
```js
|
||||
function test (myCondition) {
|
||||
function test(myCondition) {
|
||||
if (myCondition) {
|
||||
return "It was true";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user