If you are an absolute beginner , then It is advisable to start with simple procedural programming language such as C language .Â
The C language still continues to be the preferred choice as a starting point for many students due to its simplicity and straight forwardness nature of the C language .
Most students prefer  learning the C language first and then move on to the object oriented programming language such as C++ or Java .
Learning the procedural language such as C language gives a fairly good exposure to language structure which includes , concept of variable , different data types , concept of functions , function calls , various loops , pointers  and  the language syntax .
Both Python and Java Script are also considered to be a good options for budding programmers as a first programming language .
In case case of JavaScript it is much easier to create a user interface ( UI )Â . The UI will be an essential feature of your project portfolio that you can showcase to your potential employer .Â
However the choice of first programming language really depends on your personal preferences.