{"url":"https://natech12.hatenadiary.jp/entry/2020/06/13/110840","blog_url":"https://natech12.hatenadiary.jp/","blog_title":"natech12's blog","author_name":"natech12","height":"190","image_url":null,"author_url":"https://blog.hatena.ne.jp/natech12/","title":"\u3010TypeScript\u3011Getting Started","provider_name":"Hatena Blog","provider_url":"https://hatena.blog","description":"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb npm install -g typescript Hello World hello.ts function hello() { return \"Hello World\"; } console.log(hello()); \u30b3\u30f3\u30d1\u30a4\u30eb tsc hello.ts hello.js\u304c\u751f\u6210\u3055\u308c\u308b \u578b\u30a2\u30ce\u30c6\u30fc\u30b7\u30e7\u30f3 function hello(name: string) { return \"Hello \" + name; } console.log(hello('taro')); \u4ee5\u4e0b\u3060\u3068\u30b3\u30f3\u30d1\u30a4\u30eb\u30a8\u30e9\u30fc\u3068\u306a\u308b\u3002 function hello(name: string) { retur\u2026","html":"<iframe src=\"https://hatenablog-parts.com/embed?url=https%3A%2F%2Fnatech12.hatenadiary.jp%2Fentry%2F2020%2F06%2F13%2F110840\" title=\"\u3010TypeScript\u3011Getting Started - natech12&#39;s blog\" class=\"embed-card embed-blogcard\" scrolling=\"no\" frameborder=\"0\" style=\"display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;\"></iframe>","version":"1.0","published":"2020-06-13 11:08:40","type":"rich","categories":["TypeScript"],"width":"100%"}