Jump to content

The Javascript tutorial needs expansion


tytn

Recommended Posts

Javascript gained a number of new features in the past years that are being used extensively these days, but which aren't included in the Javascript tutorial on w3schools.

To name a few examples:

- Prototypes
- Arrow functions
- Callbacks
- Promises
- Then
- Async and Await (<-- asynchronicity)
- Iterators and Generators (async iterators and generators)
- Modules (export, import, dynamic imports)

The Javascript tutorial would be improved and made up to date by including these topics. Especially, arrow functions, callbacks, promises, 'then' and Async/Await are used a lot these days.

Link to comment
Share on other sites

It would make sense to add some of those, but not without big warnings to indicate that they are not supported by all major browsers in use today. But some of these would just make the tutorial too confusing for somebody who is just beginning.

Link to comment
Share on other sites

  • 1 year later...
On 4/30/2019 at 4:32 AM, Ingolme said:

It would make sense to add some of those, but not without big warnings to indicate that they are not supported by all major browsers in use today. But some of these would just make the tutorial too confusing for somebody who is just beginning.

We can add some of the topics mentioned in advanced topics. If we miss the latest/trivial topics (like Map & Set), then the students will miss out on concepts they should be aware of from the beginning. I have faced this issue in my career and would like anyone else to avoid this in future.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...