- Open Slashdot.org
- Right-click on headline and select “Inspect element” (Chrome)
- Do this again with another headline
- Check for similarities in html-code (like classes)
- Loop through all elements with same class and write them to an array
- 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)