• gramie
    link
    fedilink
    arrow-up
    4
    ·
    3 months ago

    It’s not really necessary to include indexOf() twice in the “Additional Methods” section.

    I don’t see much points in your page, when something like MDN is available, but I also feel stupid because I didn’t know that the forEach() method existed, and it appears that it is ancient!

    • Oliver Lowe@apubtest2.srcbeat.com
      link
      fedilink
      arrow-up
      3
      ·
      3 months ago

      I don’t see much points in your page, when something like MDN is available,

      Yeah this is a thing that started to irritate me when I was working on JS projects. So many articles written all describing stuff - not always correct - that is answered by reading standard documentation.

      I just kept MDN, Node, React docs open all the time. But working with existing code I kept needing to deal with copy & pasted stuff from blog spam.