You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In src, you named the file where you handled all routes by 'hanlderData'. I think it would be better if you named it handlers.
In the public folder, you have request.js, but this file does not only include the xhr request; it also includes handling events and dom manipulation. Either change the name to be relevant to the content or move dom manipulations to the dom file. I am with the second option.
The text was updated successfully, but these errors were encountered:
request.js
, but this file does not only include the xhr request; it also includes handling events and dom manipulation. Either change the name to be relevant to the content or move dom manipulations to the dom file. I am with the second option.The text was updated successfully, but these errors were encountered: