I’m putting together a short demo on two things: Finding the angle between two line segments and direction (right or left) as you travel counterclockwise around a shape Using newer ecmascript syntax (e.g. .map, classes, const, let (no vars) backticks in console logging) I’d like some feedback on whether the approach I’ve chosen for findingRead more