Table Of Contents
JavaScript Reference Sheet
References
Basics
Functions
Arrays
Objects & Properties
Document Object Model (DOM)...
For further actions, you may consider blocking this person and/or reporting abuse
Very extensive list and good breakdown of the sub-topics! I think the list is missing a few key fundamentals like scope and execution context. It has "closures" but it's probably more important to understand what lexical scope is first. Execution context relates to how the engine runs the code and includes concepts like hoisting and "this" binding.
Yeah Right , these topics come in the inner working of JavaScript and are important too. I have already planned to share a full explanation of all those topics soon. 😉
Nice collection, I've also found 33 Concepts Every JavaScript Developer Should Know very useful
That's Really Useful, Thanks For Sharing ! 🤘
Nice collection. But nothing beats Mozilla docs on Javascript
developer.mozilla.org/en-US/docs/W...
I didn't see a list/reference sheet of all JS concepts on that page you linked. Is there a reference sheet on Mozilla docs that you saw?
No I didn't take reference from any place , and even I don't know if Mozilla has any concept list like this. Mozilla is just a good place for explanation and detailed info, that's why I shared it as a reference.
That's True !
Nice Reference sheet !!
Thanks ! 🤘
This is everything I needed to start learning Javascript. I have started before but it wasn't flowing. I will just follow this guide. This guide is comprehensive and very detailed.
Good Luck on your journey !
Oww community, how I love you :)
Tanks for that.
Glad To Help 😊
Great I really like this Doc.
Thank You ! 😊
Thanks, this was very helpful.
Happy that you found it helpful. 😊
That was exactly my path, even I had to recheck some points and go deeper in DOM and ajax, api and crossorigins.
Correct ! Getting Deeper into concepts is never ending. 😉
Great article, thanks a lot !
You are Welcome ! 😊
Thanks Arjun. This article will definitely come in handy. 👍
Happy that you found it useful ! 😄
Great! Thank you so much
I'm Happy to Help 😊
I think the only things I don't know are XMLhttprequest and Axios
Try them out, you might find something new !
Nice! Pretty comprehensive. Thanks for taking the time and making this available for everyone 🙌
Happy to help 😊
Thank you for this. I have been really struggling with JavaScript for months and it's helpful to finally see how it's broken down.
It's nice to know that you found it useful. 🤘
Great list, thanks for sharing :)
Happy that it was useful for you 😊
Thanks !