0,C,1,0,L2,L2 1,T,event.preventDefault();,0,イベントデフォルト動作停止,js_prevent_default 2,T,event.stopPropagation();,0,イベント伝播停止,js_stop_propagation 3,T,''.includes('');,0,文字列を含むか,js_string_includes 4,T,''.startsWith('');,0,文字列が始まるか,js_string_starts_with 5,T,''.endsWith('');,0,文字列が終わるか,js_string_ends_with