Skip to content

Instantly share code, notes, and snippets.

@hisaos
Created March 2, 2014 02:18
Show Gist options
  • Save hisaos/9300895 to your computer and use it in GitHub Desktop.
Save hisaos/9300895 to your computer and use it in GitHub Desktop.
Macのテキストエディットと引用符
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