Mahmoud Mohamed Abd Elaziz
@ehoda9All comments
- @rendongzha@ehoda9
Mobile: 375px Desktop: 1440px".
- you can use a pixel-perfect helper tool or extension and use chrome developer to resize your screen to 1400x800
- @ChMohitKaPage@ehoda9
fname.addEventListener('mouseout',function(){
- that's cool and great, but in my personal opinion I prefer to use
[keyup event] instead of ('mouseout')
addEventListener("keyup",e = >)
This makes the inputs interact with you better than waiting for the customer to move the mouse outside the inputs and if the client's mouse is not in the scope function will not run
- for Accessibility issues, you can change div to h1
<div class="title"> Learn to code by watching others </div>
- you can use the arrow function instead of anonymous function
Marked as helpful - @JonasStempickij@ehoda9
Take a look here : https://github.com/ehoda9/Advice-generator-app