+ 1
JavaScript & Css before bootstrap?
Should I learn pure JavaScript and CSS before learn bootstrap?
1 Answer
+ 16
I suggest you to learn Bootstrap after JavaScript and CSS. You need to have basic knowledge of these else you'll end up messing around. Though JavaScript isn't that much necessary but you atleast need to understand the working.
If you donât know CSS, you wonât understand why Bootstrapâs tools work the way they do, and you wonât know how to debug the issues you encounter.
If you donât know JavaScript, you wonât understand why Bootstrapâs tools work the way they do, and you wonât know how to debug the logical issues you encounter.
So if you're done with HTML, then go on to CSS, then JavaScript, then JQuery and finally Bootstrap.