変数

シンタックスハイライトも有効.

const hoge = 100;
const fuga = 200;

conosle.log(hoge + fuga);