(New to unity and programming in general) How do I change the language from C# to Javascript

I need a description on how to change the language to Javascript from C#, I tried changing the the file name, for example Game.cs β†’ Game.js but it just did Game.js.cs

Unityscript (sometimes called Javascript) support has been removed.

If you know already programming basics there is no difference in what language you use. A quick intro to C# with total basics so you don’t have to google each step.