Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Javascript exercises Re: Javascript exercises

#132233
shaundunne
Member

Tabs, Sliders and Drop down navigations are going to be something you will run into again and again as a developer. You want to get to a place where doing something like this becomes muscle memory and where you can just re-use code.

Check out some of the components on something like Twitter bootstrap and reverse engineer them (without looking at the code) and then look at the code to see how different your approach was.