Explore tweets tagged as #typescriptlang
こんな感じか・・・.
弊社のコーディング規約で FizzBuzz を書ける人はおりまするか?🤔. <規約>.(1) else if を含む nested if 禁止.(2) switch 文禁止.(3) 三項演算子を if 文の制御構造の代わりに使うの禁止.(4) 以下の逐次処理禁止.- for.- while.- do-while.- for-in.- for-of.- Array#forEach. #JavaScript.
1
0
1
#TIL 타입스크립트 상에서 "타입 상으론 undefined일 수 있는데 그럴 리 없어, 안심하고 타입 좁히렴" 하는 연산자가 있네. Non-null assertion operator
0
1
0
@colinhacks this is nice!. here is suggested improvements to better infer the literal types for improved IDE autocomplete. can put up a PR, but didn't find the function in the repo. playground:
3
1
43