refactor

  1. J

    HTML & CSS Need Help Using Semantic Elements - Refactor Code

    Hi Everyone, I am starting out on learning how to code (the proper way) and I simply am at a total loss or confusion. I need to be able to refactor code using semantic elements in HTML & CSS. I cant figure out where to break each section or where to use its proper semantic element so that its...
  2. J

    HTML & CSS How to Properly refactor your code using Semantic Elements HTML & CSS

    Hi Everyone, I am starting out on learning how to code and I simply am at a total loss or confusion. I need to be able to refactor code using semantic elements in HTML & CSS. I cant figure out where to break each section or where to use its proper semantic element so that its not using so many...
  3. J

    JavaScript Help combining two functions

    Hi, I have these two functions which have mostly similar code.. so I want to combine them into one function.. any help appreciated. previousMonthImg.onclick = function() { if (!(monthSelect.value === "Jan" && yearSelect.value === "2010")) { monthSelect.selectedIndex--; if...
Top Bottom