Created
October 16, 2014 06:03
-
-
Save dstyle0210/0fbf4fc2b39e2d0995c1 to your computer and use it in GitHub Desktop.
기본 자바스크립트 선언 구분.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <script type="text/javascript"> | |
| //<![CDATA[ | |
| ;function basicFnName(){ | |
| try{ | |
| }catch(e){ | |
| alert("basicFnName"+e); | |
| }; | |
| } | |
| //]]> | |
| </script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
try?