퇴출위기 중년 개발자

  • 지역로그
  • 태그로그
  • 미디어로그
  • 방명록

변수 선언 1

함수 생성

foo; // 'undefined' foo(); // this raises a TypeError var foo = function() {}; Due to the fact that var is a declaration, that hoists(=올리다.) the variable name foo before the actual execution of the code starts, foo is already defined when the script gets executed. JavaScript Garden 즉 다음과 같은 코드로 해석된다는 이야기. var foo; foo; // 'undefined' foo(); // this raises a TypeError foo = function() {};

learning 2011.03.25
이전
1
다음
더보기
프로필사진

퇴출위기 중년 개발자

게으른 퇴출위기 중년 개발자의 아슬아슬 삶 속 낙서들!

  • 분류 전체보기 (148)
    • bookmark (4)
    • learning (87)
    • life (32)
    • thinking (10)
    • passing thoughts (1)
    • 사진 (3)
    • 음악 (3)
    • pocket (0)

Tag

리액티브프로그래밍, Coffeescript, 스프링인액션, REACTOR, Node.js, tipoftheday, VI, Java, 빔, Eclipse, Windows, 자바스크립트, JavaScript, 티스토리챌린지, 오블완, reactiveprogramming, 자바, VIM, dojo, 리액터,

최근글과 인기글

  • 최근글
  • 인기글

최근댓글

공지사항

페이스북 트위터 플러그인

  • Facebook
  • Twitter

Archives

Calendar

«   2025/05   »
일 월 화 수 목 금 토
1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28 29 30 31

방문자수Total

  • Today :
  • Yesterday :

Copyright © Kakao Corp. All rights reserved.

티스토리툴바