From 6e9e2f6326550f41e6a2e36507cd8b889a1dcc9c Mon Sep 17 00:00:00 2001 From: TaekyunKim Date: Mon, 19 Feb 2018 00:03:17 +0900 Subject: [PATCH] Update README.md --- translations/kr/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/translations/kr/README.md b/translations/kr/README.md index 107ed2612..f53522b33 100644 --- a/translations/kr/README.md +++ b/translations/kr/README.md @@ -80,7 +80,7 @@ - [`this`가 JavaScript에서 어떻게 작동하는지 설명하세요.](#this가-JavaScript에서-어떻게-작동하는지-설명하세요) - [프로토 타입 상속이 어떻게 작동하는지 설명하십시오.](#프로토-타입-상속이-어떻게-작동하는지-설명하십시오) - [AMD 대 CommonJS에 대해 어떻게 생각하십니까?](#AMD-대-CommonJS에-대해-어떻게-생각하십니까) -- [다음이 IIFE로 작동하지 않는 이유를 설명하라: `function foo(){ }();` IIFE로 적절히 만들기 위해서는 무엇이 바뀌어야 할까요?](#다음이-IIFE로-작동하지-않는 이유를-설명하라:-function-foo(){-}();-IIFE로-적절히-만들기-위해서는-무엇이-바뀌어야-할까요) +- [다음이 IIFE로 작동하지 않는 이유를 설명하라.: `function foo(){ }();` IIFE로 적절히 만들기 위해서는 무엇이 바뀌어야 할까요?](#다음이-IIFE로-작동하지-않는 이유를-설명하라:-function-foo(){-}();-IIFE로-적절히-만들기-위해서는-무엇이-바뀌어야-할까요) - [What's the difference between a variable that is: `null`, `undefined` or undeclared? How would you go about checking for any of these states?](#whats-the-difference-between-a-variable-that-is-null-undefined-or-undeclared-how-would-you-go-about-checking-for-any-of-these-states) - [What is a closure, and how/why would you use one?](#what-is-a-closure-and-howwhy-would-you-use-one) - [Can you describe the main difference between a `.forEach` loop and a `.map()` loop and why you would pick one versus the other?](#can-you-describe-the-main-difference-between-a-foreach-loop-and-a-map-loop-and-why-you-would-pick-one-versus-the-other)