-3

I'm new to JavaScript. And I'm now using w3schools.com as my major resource of references of the language (including HTML and CSS).

What I just found is that the map() method of Array object is not listed on the site, check the reference page here . After some research, I found that this method is defined in ECMAScript 5 and it's already widely supported on the modern browsers.

But why it's not listed on w3schools.com. Is there a good reason not using that? Or it just shows the incompleteness of w3schools.com and I should not using that for study?

Reinhard
  • 100
  • 12
  • Just use it as one of your references. They all have there flaws – Ed Heal Jan 24 '15 at 14:06
  • 4
    Why is this a question on Stack overflow? Ask W3School about their site instead. – ztripez Jan 24 '15 at 14:07
  • @ztripez I suppose I'm asking a question about something related to "learning JavaScript". Is it still off topic? – Reinhard Jan 24 '15 at 14:12
  • @Reinhard your question isnt about javascript, but W3Schools - and I think many here would agree that MDN is your best resource, not the outdated W3Schools. They have an article on map: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Map – somethinghere Jan 24 '15 at 14:12
  • 1
    I'm voting to close this question as off-topic because it has nothing to do with programming. – Michał Perłakowski Apr 14 '16 at 08:51

1 Answers1

0

All the whys you need are listed on http://www.w3fools.com

Full list used to be listed on w3fools when it first started - refer to webarchive https://web.archive.org/web/20110117085131/http://w3fools.com/

sbedulin
  • 4,102
  • 24
  • 34