JS file working fine for index.html but making problems for detail.html because some elements are not present in detail.html like search input, should I have to make 2 separate JS files to avoid errors🤔
Ahmad Hassan
@Ahmadhassan0All comments
- @Ahmadhassan0Submitted 12 months ago@Ahmadhassan0Posted 12 months ago
Thanks Matias these things are very helpful, especially modules 😊 I was thinking about the solution but I did not find😅
0 - @Ahmadhassan0Submitted 12 months ago
You can look at my code and If you have any type of feedback on how can I improve my code quality I'll be very happy to look at your feedback😊
@Ahmadhassan0Posted 12 months agoO Thanks @JJacobPR, I'll keep this in mind in the next challenges😊
0 - @Ahmadhassan0Submitted about 1 year ago
You can look at my code and If you have any type of feedback on how can I improve my code quality I'll be very happy to look at your feedback😊
@Ahmadhassan0Posted about 1 year ago@MelvinAguilar Thanks for pointing out my mistakes😊
I'll use the
<main>
tag and will read the alt article blog for a better understanding0 - @Ahmadhassan0Submitted about 1 year ago
Can someone look at my responsive design code, It's working fine but I think I'm not writing good responsive code
- @Ahmadhassan0Submitted about 1 year ago
Look at my code and tell me what I have to improve to make my code professional and other developers can easily understand my code
@Ahmadhassan0Posted about 1 year agoYes, you're right, I noticed it's happened because of "%" and "vw" unit if I used "rem" insted of this the problem would have been solved
1