[Solved] I need help solving a simple exercise (I’m new, so it’s all like heiroglyphics to me)


  1. Open Slashdot.org
  2. Right-click on headline and select “Inspect element” (Chrome)
  3. Do this again with another headline
  4. Check for similarities in html-code (like classes)
  5. Loop through all elements with same class and write them to an array
  6. Write a function that loops through that array and returns each element of the array

5

solved I need help solving a simple exercise (I’m new, so it’s all like heiroglyphics to me)