Adding scripts to Unity

I have a script completed, but I CANNOT seem to get it to add to the object its on. I’m confused

Most likely the C# class name (JS doesn’t require a class name) is different from your file name, or you forgot to inherit from MonoBehaviour.