How much css should I learn before javascript? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

How much css should I learn before javascript?

I feel like I been learning css for months what are the main points I should know about css before moving on to Javascript?

21st Nov 2019, 7:24 PM
Roach Roach
15 Answers
+ 13
I learned CSS after JavaScript so you could start at any time. However, some JS allows you to add, change, or remove CSS. You will likely find that confusing without CSS knowledge. If you are having issues with CSS, you will have many more with JS as it is much more complex.
22nd Nov 2019, 6:23 AM
John Wells
John Wells - avatar
+ 4
The main properties, flexbox layouts, animation, transformation.
21st Nov 2019, 7:33 PM
Anna/Аня
Anna/Аня - avatar
+ 4
Well I'd say it's enough to have about 2 weeks of HTML and 2 weeks of CSS (considering you learn for ~3 hours a day) to be able to move forward to JavaScript. Also note that when I say "learn" I actually mean "learn + implement every bit of information you gather on practice via making a web page". However later on while learning JS you'll eventually need to get back to HTML/CSS and learn something more advanced.
21st Nov 2019, 9:16 PM
Rick Sanchez
Rick Sanchez - avatar
+ 4
If learning here, just do the tutorial.
23rd Nov 2019, 5:51 AM
Sonic
Sonic - avatar
+ 4
You can also learn CSS and JS in parallel.
23rd Nov 2019, 5:52 AM
Sonic
Sonic - avatar
+ 3
In addition you should know how to use MQ (media queries)
21st Nov 2019, 7:37 PM
Timur Myngbay
Timur Myngbay - avatar
+ 2
I'm not comfortable with it like html.
21st Nov 2019, 7:45 PM
Roach Roach
+ 2
2 month is must
23rd Nov 2019, 3:19 AM
Syed Ahmed Raza Shah
Syed Ahmed Raza Shah - avatar
+ 1
CSS is all about styling. And you may move to J.S if your learnt basics of CSS. Like animation, effects, events etc.
22nd Nov 2019, 12:52 AM
usman
usman - avatar
+ 1
I don't have a problem learning it it's just I don't feel comfortable with it like I do with html. And I find myself learning the same things over and over again.
22nd Nov 2019, 6:39 AM
Roach Roach
+ 1
"Learn" is a confusing word when it comes to coding in my view, just get familiar with if possible all CSS properties, then you move to js. You may not need all CSS properties in a single project. You can start from here and continue at W3schools, it worked for me. Its always better to start from SoloLearn
22nd Nov 2019, 2:00 PM
Stephen Ntiri Osei-Bonsu
Stephen Ntiri Osei-Bonsu - avatar
+ 1
Maybe learn c++ first
23rd Nov 2019, 12:32 AM
DRA701
DRA701 - avatar
+ 1
You can learn full CSS if you start from zero to 100% with more performing excesices
28th Dec 2019, 8:09 PM
Rohani
Rohani - avatar
0
These are two separate domains. One is programming code, the other is display. They don't necessarily intersect. You could as easily ask "Should I learn integrals or should I learn physics?" Which is the most important, up front? What will the JS be used for? Usually, programming, workflow, muscle behind a (webpage). CSS? Pretty icing on a homemade cake. Lots of sugar, eye candy, but which can make the results of the webpage gallery to consume, better to look at. You can use either without the other.
23rd Nov 2019, 6:10 PM
JoeSponge
JoeSponge - avatar
0
May be you want to learn Java script so before you start you must know about basic html & css.
23rd Nov 2019, 6:46 PM
Prasanta Kumar Pradhan
Prasanta Kumar Pradhan - avatar