Based on my experience, I find JavaScript, Java, and C++ the hardest languages to learn and master. So far the easiest one to understand is Python due to its syntax but I cannot truly say that I find it as one of the 'easiest'. CSS I think is easy to learn but quite difficult to master especially you are to create complex websites that displays sophisticated effects and design.
Videos
Which is the easiest programming language to start coding?
What is the hardest coding language to learn?
Which is the easiest programming language to learn?
They have simple syntax with words closer to the English language and are fairly popular, thus enabling good availability of learning opportunities.
I basically started with C at school, then went to Java, then small python and now a lot Javascript. I have a book about data structures which is for Java ( i know I could do in javascript etc. ) and everything is super difficult.
Basically there is no concept that I can carry from Javascript to Java. Everything has to be static or non-static. You have to be super careful about something being non-static because you can't use it in static etc.
Like to read a file and understand so I can do the first problem there is like 7 chapters in java tutorial before it is even covered.