Learning bootstrap-sass after html-css curriculum

Hi everyone. I finished responsive web design curriculum a week ago. My question is should I learn bootstrap-sass before javascript or after? Is it better to learn libraries-frameworks after the topic or learn all basics about web development(html-css-js) then learn libraries-frameworks?

I would recommend learning the main components before delving into frameworks and libraries.

Knowing some JavaScript before learning SASS/SCSS can be helpful as it uses loops, functions, variables, and data structures.

Bootstrap is just a CSS framework, I’d always suggest making sure you know CSS fairly well before using a CSS framework but other than that there is no harm in learning it before JavaScript.

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.