자바 개발자를 위한 Dojo 컨셉 - Declaring classes and setting context 자바에 익숙한 개발자가 Dojo를 이용한 자바스크립트를 사용할 때 차이점과 혼돈을 해결해주기 위해~ Dojo 컨셉을 설명해 주는 영문 article이 있길래~ 간추려 남겨봅니다. 1. The JavaScript hash Hash는 curly brace ({})사이에 attribute의 set으로 표현된다. hash는 6개의 attribute로 이뤄져 있다. string, integer, boolean, undefined attribute, 다른 hash, function Listing 1. Example JavaScript hash var myHash = { str_attr : "foo", int_a..