タイムライン
クイズを作成
Sign in
kaitokosugeppp
解答する
TypeScriptで、以下の変数isTrueの値はどうなるでしょう!
const
isTrue =
Boolean
(
"false"
);
1
false(bool型)
2
true(bool型)