← All examples Arrow function JavaScript Lambdas name = arrow → separate diagram Flowchart (ISO 5807) Flowchart Structogram YesNoStartInput nn % 2 === 0Return «парне»EndReturn «непарне»EndFigure 1 — classify Fit width 100% Fullscreen Source code const classify = n => n % 2 === 0 ? "парне" : "непарне"; Open in the editor Next All flowcharts for JavaScript All example flowcharts How to make a flowchart from code Flowchart to the standard: full guide Flowchart for coursework Nassi-Shneiderman structograms