我需要帮助解决一个简单的练习(我是新手,所以这对我来说就像象形文字)

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

我得想办法在72小时内returnslashdot.org首页所有文章的标题。我真的不知道从哪里开始,有什么建议吗?

  1. 打开Slashdot.org
  2. Right-click 在标题和 select "Inspect element" (Chrome)
  3. 使用另一个标题再次执行此操作
  4. 检查 html-code 中的相似之处(例如 classes)
  5. 遍历具有相同class的所有元素并将它们写入数组
  6. 编写一个循环遍历该数组的函数和returns数组的每个元素