DEV Community

Cover image for 250+ JS Resources to Master Programming 💥  Cheat Sheet

250+ JS Resources to Master Programming 💥 Cheat Sheet

DevLorenzo on April 20, 2021

Hello World! I felt bored after completing the Ultimate Cheat Sheet Compilation, so I just decided to create another one! The most complete javascr...
Collapse
 
rushannotofficial profile image
Rushan S J

Wow, this is amazing. I really appreciate the amount of work and time you put into these articles. And btw, I liked and super liked this post not only for the giveaway but also because you deserve it !

Collapse
 
devlorenzo profile image
DevLorenzo

❤️💖❤️

This comment really improved my today motivation, that's why I dedicate all this work and time to my articles, thank to you, the community.
Expect many more such things, especially from our newsletter. You will be in the "what people say about me / feedback" section for sure!
Also, if you have something you'd like to see, don't hesitate to write me here at DEV.

Collapse
 
oskarcodes profile image
Oskar Codes

I see you’re using var throughout the code blocks of your article. That’s really bad practice, so please replace them with const, or let if necessary, so new devs seeing this article don’t use it.

Collapse
 
devlorenzo profile image
DevLorenzo

Sure, I change the content right now, thank you for your advice.
Let me know if you have any other things you think I can improve / change 🚀

Collapse
 
__manucodes profile image
manu

Just a tip:
When making code blocks, for syntax highlighting, add the language you're code is next to the 3 ticks

example:

` ` ` js
Enter fullscreen mode Exit fullscreen mode

(Without the spaces)

Collapse
 
devlorenzo profile image
DevLorenzo

Thank you very much, in fact, I don't know why I didn't know that before, I don't think there is anything about that in the DEV markdown documentation. I will for sure use this trick in my next writings.

Collapse
 
__manucodes profile image
manu

No worries :)
Markdown is the same everywhere. You can do the same thing in GitHub too

Collapse
 
coolscratcher profile image
CoolScratcher • Edited

Woah, this article is fantastic - especially for a 13-year-old beginner like me. I've scoured the internet for SO LONG trying to find this, and you've delivered it - finally!

The only negative thing about this article is that English can be improved, but otherwise, great job.

You have earned yourself a follow, like, and super like (because obviously).

Collapse
 
devlorenzo profile image
DevLorenzo

❤️
I can't say how much I appreciate this message, it makes me really want to continue!
I'm sorry for my English level, I'm not my mother tongue but try to improve every day.
Also, if you're interested in other resources like that or in the pdf version of this article, I just launched my newsletter! worldindev.ck.page 😉

Collapse
 
coolscratcher profile image
CoolScratcher

Yeah, I signed up when I read this article!

Collapse
 
sefrem profile image
sefrem

This is useless. What one really needs is 1 resource, not 200, 500, 1000 etc. Noone ever does anything with those lists except putting them in the bookmarks folder to "check some time later" which never comes.

Collapse
 
devlorenzo profile image
DevLorenzo

Ok, what would you prefer to see? If you have an article to propose to me, I would be very interested. I am here to learn.
I think, and given the other feedbacks that may be true, that Cheat sheets are very useful. Personally, I use them a lot when learning a new programming language. Then the other resources are a plus that you are free to ignore if you want.
Seeing your latest comments, others have been reported as low quality / non-constructive. Maybe try doing constructive remarks, saying what we can improve.
Thank. Let me know if I can do something for you.

Collapse
 
zedmuir profile image
Zed Muir

Excellent, thank you so much.

Collapse
 
bigleegeek1 profile image
bigleegeek1

Very impressive post. Can't wait to see what future tips you have to share! Excellent!

Collapse
 
devlorenzo profile image
DevLorenzo
Collapse
 
prakh_r profile image
Prakhar Yadav

Thanks for this 🥂

Collapse
 
devlorenzo profile image
DevLorenzo

❤️

Collapse
 
suruchikatiyar profile image
Suruchi Katiyar

Got a lot of Resourse Information at one place.Thanks For sharing .

Collapse
 
amorgoliakos profile image
Ilias Prekas

Thanks for the article, thanks for your time!!! :-)

Collapse
 
devlorenzo profile image
DevLorenzo • Edited

And thank you for your comment!
if you'd like to receive other articles like this / download the pdf version of this one, I just launched my newsletter! worldindev.ck.page/ 😉

Collapse
 
olsard profile image
olsard

Brilliant! Thanks a million for your work.

Collapse
 
catalinradoi profile image
CatalinRadoi • Edited

what is that code></code on the first include block?

Guess it is an edit issue from dev.to?