+ 7
Which language is best for front-end?
6 Respuestas
+ 15
Learn HTML for learning the basic structure of webpage.
Learn CSS for learning how to style the HTML.
Learn JavaScript for adding functionality to the webpage.
You can learn Bootstrap after that it is framework of CSS.
Then learn jQuery It is a JavaScript Library used to make JavaScript code easier.
+ 1
Javascript.
+ 1
Just for clarification, both TypeScript and CoffeScript compiles to JavaScript. So it will actually still be JavaScript you are running.
I don’t agree that JS is better either, it would fully depend what you are trying to accomplish and how you prefer to structure your codebase.
From a learning perspective I would defintely go for JS first as others mentioned.
+ 1
@Brandlarm: Thing is that you can't get a front-end job without knowing javascript.
0
Javascript is the best and the most popular, hands down.Some less known alternatives are Google's Dart and Microsoft's typescript, also coffeescript gets a lot of compliments lately, even from Javascript's creator, Brendan Eich.
0
I think java is, as it provides all you need. It's only problem is the complexity it creates, which makes it vulnerable to errors that are hard to be detected. But those can be managed with program as checkamrx. A good practice can also help with it.