[vc_row type="in_container" full_screen_row_position="middle" scene_position="center" text_color="dark" text_align="left" overlay_strength="0.3" shape_divider_position="bottom"][vc_column column_padding="no-extra-padding" column_padding_position="all" background_color_opacity="1" background_hover_color_opacity="1" column_shadow="none" column_border_radius="none" width="1/1" tablet_text_alignment="default" phone_text_alignment="default" column_border_width="none" column_border_style="solid"][vc_column_text] Understanding Uninitialized Variables JavaScript 변수가 선언되면 초기 값은 undefined입니다. 정의되지 않은 변수에 대해 수학 연산을 수행하면 결과는 "숫자가 아님 (Not a Number)"을 의미하는 NaN이됩니다. 문자열을 정의되지 않은 변수와 연결하면 기본적인 문자열 "undefined"를 얻을 수 있습니다[/vc_column_text][/vc_column][/vc_row]