+ 2
Where to start programming
where to start programming
4 Respostas
+ 2
I am LOX
+ 1
I'am doing Java, is strong, javaScript is derivated of java
0
I’m also new and I’m doing Python and Javascript tutorials together. Easier languages and very similar. good to learn in parallel to grasp the similar concepts. working for me. Good luck!
0
HTML if CSS and Javascript are the other two option, since they both extend HTML.
Start with something simple, like a very basic One Pager Site. Lorem Ipsum Text, some headline.
Then add CSS to play around with the style.
Then add Javascript, to add a second text or image to switch it with the text without scrolling or leaving the page.
Build up from there. :)
Add a header and a footer. CSS very useful there, Javascript probably not so much.
And so on.
The very base of any website is information. Grab pen and paper before you start coding. Lay out the structure on paper first, then think of the steps to get there.