JavaScript is not working when deployed

Hi Team,

Here is the link to the Netlify deploy: https://my-project-basketball-score.netlify.app/
And the link to my github repo: GitHub - GitHub - upadhyayarti14/Baskteball-scoreboard: My personal project · GitHub

This is a build from scrimba, it worked there, it works on codepen/local server/Visual Studio too but for some reason it is not loading javascript here on Netlify.
Could you assist ?

Thank you.

@upadhyayarti14 The issue is very simple.

Your page tries to include:

That file does not exist:
https://my-project-basketball-score.netlify.app/index.js

See: