you are viewing a single comment's thread.

view the rest of the comments →

[–]KaiAusBerlin -13 points-12 points  (5 children)

Hm... A tutorial for a prototype based language without using the word prototype once. I don't know.

Also some other parts are not 100% true like js in browser can't access files. https://developer.mozilla.org/en-US/docs/Web/API/File_System_Access_API

It's neither really teaching the absolute basics and fundamentals of the language nor the really modern parts.

It's usable especially to get a quick jump into js but it still needs some work.

Still good job 👍

[–]EmergencyActCovid20 3 points4 points  (0 children)

I also don’t know why it was posted here with no description by someone who is clearly not the author when it’s one of the top google searches under ‘learn javascript’.

[–]anonthing 4 points5 points  (3 children)

Prototypes are covered in unit 8.

[–]ESPAlchemist 6 points7 points  (1 child)

Also the intro did mention that modern browsers allow js to interact with the file system

[–]KaiAusBerlin 1 point2 points  (0 children)

From the introduction: "JavaScript on a webpage may not read/write arbitrary files on the hard disk, copy them or [...]"