what does it mean if(e.which==13).i am not able to understand about e.which
[Project] TodoList: 5. Handle 'enter' button
@17manishms e is the event that occurs whenever you types something in the input box, and e.which gives the number associated with the letter typed, Enter gives 13, Hence we are putting a condition where pressing an enter will be caught. Then we can do the task we want to do in the if block
I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.
On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.