Created
March 2, 2014 02:18
-
-
Save hisaos/9300895 to your computer and use it in GitHub Desktop.
Macのテキストエディットと引用符
This file contains 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
http://stackoverflow.com/questions/17452045/syntaxerror-invalid-character-u8220 | |
Mac のテキストエディットでプレーンテキストでコードを書いてたら jsc での実行時にエラー。 | |
テキストエディットでは、プレーンテキストでも引用符があかんやつにされてしまいます。 | |
コードは vi とかで書こう。 | |
http://stonedsoul.org/post/116226943/javascript | |
JS の配列操作について。 | |
splice とか shallow copy について触れられてる。 | |
http://tamamemo.blogspot.jp/2011/12/javascript_29.html | |
JS での文字列数値変換など。 | |
~~ や文字列を 1 で割るとか、まあいろいろあります。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment