Pomodoro clock help 3

Hey the increments on my pomodoro clock is not increasing on session length and break length.
Here is the link to my project:

https://codepen.io/jsamuel1/pen/MWYvYrj

I tried Consol.log() and it is not working at all i cant see any errors.

@camperextraordinaire I would also like to point that:-

  • He has not added the this binding of his handler in the component.
  • His setup for using moment.js (on line number 53) is incomplete with no script or import.

Maybe I am wrong but you should definitely check that out.

Hey i got it working i know what did wrong in the setTimer component i forgot to make session and break lowercase thats what happened.

Hey i got it working i forgot to make break and session lowercase