[9] ブール型は、 真と偽の2つの値のいずれかを表すデータ型です。
[10] ブール型の他、bool、ブーリアン、ブール値(型)、 真偽値(型)、真理値(型)、論理型など色々な呼び名があります。
[12] 数値として表す場合、それぞれ 1 と 0 を当てたり、 1 と -1 を当てたり、 -1 と 0 を当てたりします。
[3] Add null, true, and false (annevk著, ) <https://github.com/whatwg/infra/commit/83c18bb1b77baf3d34457c95b458e5adaaa20c9f>
[4] Add basic JavaScript types · Issue #95 · whatwg/infra () <https://github.com/whatwg/infra/issues/95>
[5] Add null, true, and false by annevk · Pull Request #171 · whatwg/infra () <https://github.com/whatwg/infra/pull/171>