Created
January 25, 2012 09:19
-
-
Save kozo002/1675584 to your computer and use it in GitHub Desktop.
JavaScript勉強会 2012/1/25
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"> | |
| function kansu(kansu) { | |
| console.log('Hello'); | |
| } | |
| function kansu2(kansu) { | |
| kansu(); | |
| } | |
| //kansu2(kansu); | |
| console.log(kansu); | |
| </script> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment