Hey Devs, what’s your favorite “Cheat Sheet” that you use?
Is there a cheat sheet with examples for HTML/CSS/JS?
does anyone have a javascript cheat sheet that they recommend?
One thing that gave me a glimpse into the big picture of JavaScript was the MDN docs. You can navigate to the built in objects, then have a look at the most commonly used ones like Array, String, Object. Look at the method signatures and try to implement an example of the ones that you think you can handle. Good workout, and reference material.
More on reddit.comJavascript Cheat Sheet
Would be improved as a quick reference by showing arguments on these methods.
More on reddit.comWe all know everything can be found online but it’s often cumbersome to get information quickly. That’s why I like to have some quick reference material, does anyone have any they like to use?
I've been on/off with starting to learn webdev and going through the process of finding the direction of learning that works for me. One thing I'm really wanting to help me learn is a cheat sheet that is easily accessibly, yet contains a clean list that also has a examples. I stumbled on this for CSS https://www.makeuseof.com/tag/essential-css-properties-cheat-sheet/ and would love to have something similar that shows imagery of what it will actually do. Anything close like that exist with good examples for HTML/CSS/JS?