Arkind's playground

Just another blog

메인 메뉴

컨텐츠로 건너뛰기
  • 홈
  • About

Javascript Quiz #1

게시 날짜: 4월 10, 2011, 게시자: DongwooKim
Reply

foo = ‘foo’;

(function(foo) {
console.log(foo);
foo = 35;
console.log(foo);
return function(foo)
{
console.log(foo);
}
})(foo)();
console.log(foo);

Can you figure the result out without execution?

게시됨: Uncategorized | Leave a reply

Tweets

오류: Twitter가 응답하지 않습니다. 몇 분 기다리신 후 이 페이지를 새로고침하세요.

WordPress.com 제공. | 테마: Duster(Automattic 제작).
팔로우

모든 새 글을 수신함으로 전달 받으세요.

Powered by WordPress.com