TypeScript
言語を扱えるようにするために色々探さないとだめそう。。。
関数の型 - TypeScript Deep Dive 日本語版
TypeScriptとは?
ここがわかりやすい。
https://www.atmarkit.co.jp/ait/articles/1405/28/news105.html
四則演算
https://www.atmarkit.co.jp/ait/articles/1408/05/news122.html
公式リファレンス?
https://www.typescriptlang.org/docs
エラー解消方法
TypeError: this is undefined
がでるとき
コンストラクタで関数が設定されていない。。
random:ランダム
https://developer.mozilla.org/ja/docs/Web/JavaScript/Reference/Global_Objects/Math/random
TypeScriptでブックマークレットを作りたい