0,C,1,0,L2,L2 1,T,console.log('');,0,コンソールログ,js_console_log 2,T,function name() {},0,関数宣言,js_function_decl 3,T,const variable = '';,0,定数宣言,js_const_decl 4,T,let variable = '';,0,変数宣言,js_let_decl 5,T,if () {},0,If文,js_if_stmt