Ask HN: I want to learn Bootstrap but I dont truly know JS; bad idea?
I know C, C++, C#, Java and some assembly but I've never learned a web language. Despite my lack of knowledge, I've been interested in using bootstrap but could I just dive in and learn on the go or should I truly learn Javascript beforehand? Thanks HN!
4 comments
[ 3.7 ms ] story [ 21.6 ms ] threadIf you know C/C++, HTML/JS will be pretty easy for you.
The javascripts are there to make stuff backward compatible with older browser, such as modernizr, and whatever.
If you want to learn say web design/web development. You should learn HTML/CSS first then Javascript with DOM tree. Then jQuery after that a serverside language imo.
Dom Scripting is a pretty good book btw.