Home › Forums › JavaScript › Javascript exercises › Re: Javascript exercises
April 17, 2013 at 9:33 pm
#132233
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.