We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c71f1b commit bb8d0daCopy full SHA for bb8d0da
1 file changed
1-js/02-first-steps/15-function-basics/article.md
@@ -247,8 +247,7 @@ function showMessage(text) {
247
showMessage(); // 빈 문자열
248
```
249
250
-<<<<<<< HEAD
251
-이렇게 `if`문을 쓰는 것 대신 논리 연산자 `||`를 사용할 수도 있습니다. [영문 번역] ...Or we could use the `??` operator:
+이렇게 `if`문을 쓰는 것 대신 논리 연산자 `||`를 사용할 수도 있습니다.
252
253
```js
254
// 매개변수가 생략되었거나 빈 문자열("")이 넘어오면 변수에 '빈 문자열'이 할당됩니다.
0 commit comments