Best way to learn javascript

Hello, I am trying to learn JavaScript using morzilla developer network, are there any other good sources to learn and practice javascript.

See all comments

One way is to read the book "JavaScript: The Definitive Guide" by David Flanagan. Excellent explained. Deep dive into internals and after this book you definitely will have all the necessary info to write your one framework, for example.

Another way - https://javascript.info. Also well done and have actual knowledge.