frontend-interview-questions icon indicating copy to clipboard operation
frontend-interview-questions copied to clipboard

Frontend Interview Questions from My Youtube Videos

Results 13 frontend-interview-questions issues
Sort by recently updated
recently updated
newest added
trafficstars

Problem : ( similar kind of error may be exist in other case possible here I am only discussing about second count down timer case) ; If the user enter...

Problem : User have to jump by clicking arrow up and arrow down button to reach to his desired number. Solution : User have to do backspace and directly can...

https://github.com/piyush-eon/frontend-interview-questions/blob/8d2b5936c8bebd1107e869a5eb172a065d10bbfe/machine-coding-interview-questions/countdown-timer/src/script.js#L52 min.value = 60; should be changed to ``` min.value = 59 sec.value = 59 ```