is its value? it would also be great if you show the markup so one can test your code easier
(btw, on line 11, k != 0 || k != 37 || .. is always true (if key is not 0, then the first expression is true; if it's zero, then the second one is true). did you mean to use &&? also, prefer event.key)
https://del.dog/avutobofeh html https://del.dog/idikopafin css
yes line 1 have issues I will fix them only first statement I need to use as I am using input text box so after click user i able to edit the code using keyboard so that's why I just prevent the input from keyboard only onclick is working
Обсуждают сегодня