%%{init: {"theme": "base", "themeVariables": {"primaryColor": "#458588", "primaryTextColor": "#fbf1c7", "primaryBorderColor": "#fabd2f", "lineColor": "#a89984", "secondaryColor": "#b8bb26", "tertiaryColor": "#d3869b", "background": "#282828", "mainBkg": "#3c3836", "textColor": "#ebdbb2"}}}%% flowchart LR A["Arrayข้อมูลตั้งต้น"] --> B["filter()กรองข้อมูล"] B --> C["map()แปลงข้อมูล"] C --> D["reduce()สรุปเป็นค่าเดียว"] A --> E["find()หา element แรก"] A --> F["forEach()วนทำงาน"]