this post was submitted on 09 Jan 2024
13 points (88.2% liked)
JavaScript
1972 readers
4 users here now
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the 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.