打车公司前端两轮店面挂经

First: Interative Question - React
Create a timer that counts down from 10 - 0. Has the ability to pause and resume. Display timer.
Convert the timer into a lap timer. Starts from 0 - Infinity. Lap button will save time and lap number.
Display all laps and lap times. “Lap 1: 10”

Second: Leetcode Hard: Max Points on a Line https://leetcode.com/problems/max-points-on-a-line

I missed some edge cases and needed some help on how to calculate the lines.