diff options
author | 3indblown Leaf <69508345+kraccoon-dev@users.noreply.github.com> | 2022-02-02 00:37:06 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-02 00:37:06 +0900 |
commit | cc28b31f501b06acb38aedcd4e3f5029ec838699 (patch) | |
tree | 4410c7b0233b89526f4011754bc3363303b07e74 /files/ko/web/javascript/reference/operators/conditional_operator | |
parent | 568ac50597a603f2a7af40c87edbe064b3b14564 (diff) | |
download | translated-content-cc28b31f501b06acb38aedcd4e3f5029ec838699.tar.gz translated-content-cc28b31f501b06acb38aedcd4e3f5029ec838699.tar.bz2 translated-content-cc28b31f501b06acb38aedcd4e3f5029ec838699.zip |
remove class 2 (#3923)
Diffstat (limited to 'files/ko/web/javascript/reference/operators/conditional_operator')
-rw-r--r-- | files/ko/web/javascript/reference/operators/conditional_operator/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ko/web/javascript/reference/operators/conditional_operator/index.html b/files/ko/web/javascript/reference/operators/conditional_operator/index.html index 491b356792..651f9827d0 100644 --- a/files/ko/web/javascript/reference/operators/conditional_operator/index.html +++ b/files/ko/web/javascript/reference/operators/conditional_operator/index.html @@ -24,7 +24,7 @@ browser-compat: javascript.operators.conditional <h2 id="구문">구문</h2> -<pre class="syntaxbox notranslate"><em>condition</em> ? <em>exprIfTrue</em> : <em>exprIfFalse</em> </pre> +<pre class="syntaxbox "><em>condition</em> ? <em>exprIfTrue</em> : <em>exprIfFalse</em> </pre> <h3 id="매개변수">매개변수</h3> |