DEV Community

Cover image for My Visual JavaScript Array Cheatsheet That Went Viral on Linkedin 🀯πŸ”₯
Ram Maheshwari ⚑
Ram Maheshwari ⚑

Posted on

 

My Visual JavaScript Array Cheatsheet That Went Viral on Linkedin 🀯πŸ”₯

I Created this JavaScript Array Methods Cheatsheet 🀯

JavaScript Array Visual Cheatsheet

Took me almost 2 hrs to create this animated post for you guys and it went viral on Linkedin πŸ”₯

Do Like ❀️ & Share your feedback πŸ™Œ

π—™π—Όπ—Ήπ—Ήπ—Όπ˜„ me on Linkedin for more:
TipsπŸ’‘+ GuidesπŸ“œ + Resources ⚑ related to programming and Web Development πŸ‘¨β€πŸ’»

Feel free to connect with me πŸ‘

Thanks for your support πŸ’―

Top comments (31)

Collapse
 
ifkas profile image
Ivo Culic

Check this one out, a guide for visualizing some of the JavaScript array methods: js-arrays-visualized.com it has the graphical presentation of the methods, definitions, and code examples.

Collapse
 
rammcodes profile image
Ram Maheshwari ⚑

Wow, this looks great, Thanks a lot for sharing this tool πŸ”₯

Collapse
 
rammcodes profile image
Ram Maheshwari ⚑

Relax

Collapse
 
dannyengelman profile image
Danny Engelman • Edited

There is way more to arrays, as I copied from Axel Rauschmayer

array-methods.github.io/

Collapse
 
rammcodes profile image
Ram Maheshwari ⚑

This is awesome, Thanks for sharing β€οΈπŸ™Œ

Collapse
 
sdedrov profile image
Seth Dedrov

He said with an emoji for a profile picture .... lmfao

Collapse
 
rammcodes profile image
Ram Maheshwari ⚑

Yeah πŸ˜‚

Collapse
 
cryptogeekus profile image
Crypto Geek

Which tool did you use to generate the gifs

Collapse
 
rammcodes profile image
Ram Maheshwari ⚑

It's called Canva.com

Collapse
 
amircahyadi profile image
Amir-cahyadi

Nice πŸ‘

Collapse
 
rammcodes profile image
Ram Maheshwari ⚑

Thank you β€οΈπŸ™Œ

Collapse
 
timhub profile image
Tech Tim (@TechTim42)

Looks interesting

Collapse
 
rammcodes profile image
Ram Maheshwari ⚑

Sounds good, Thank you β€οΈπŸ™Œ

Collapse
 
9opsec profile image
9opsec

Bookmarking this!

Collapse
 
rammcodes profile image
Ram Maheshwari ⚑

Sounds great β€οΈπŸ™Œ

Collapse
 
globoivic profile image
Victor Ike

Thank you for posting this content! Def going to use this when I need it

Collapse
 
rammcodes profile image
Ram Maheshwari ⚑

Sounds great β€οΈπŸ™Œ

Collapse
 
surfwoodroad profile image
Michael Roberts

Thanks (and thanks for the pause button on the gif)!

Collapse
 
rammcodes profile image
Ram Maheshwari ⚑

No problem β€οΈπŸ™Œ

Collapse
 
troy5890 profile image
Troy Harris

I love it, this will come in handy and I'll keep it for my next project reference wise. Thank you for this, it's pretty cool!

Collapse
 
rammcodes profile image
Ram Maheshwari ⚑

That sounds great, Thanks for sharing your feedback β€οΈπŸ™Œ

Collapse
 
lotfijb profile image
Lotfi Jebali

I saw it on Linkedin and now I know who is the creator
Good job

Collapse
 
rammcodes profile image
Ram Maheshwari ⚑

Thank you β€οΈπŸ™Œ

Collapse
 
ramaman28 profile image
Aman Upadhyay

Great Work πŸ‘

Collapse
 
rammcodes profile image
Ram Maheshwari ⚑

Thank you β€οΈπŸ™Œ

Collapse
 
dalekney profile image
DalekNey

Noice!!! I like it

Collapse
 
rammcodes profile image
Ram Maheshwari ⚑

Thank you β€οΈπŸ™Œ

Collapse
 
t0nyba11 profile image
Tony B

Not doing .reduce() was lazy :)

Collapse
 
rammcodes profile image
Ram Maheshwari ⚑

Will create a new one that includes reduce πŸ”₯

Some comments have been hidden by the post's author - find out more

Visualizing Promises and Async/Await 🀯

async await

Learn the ins and outs of Promises and Async/Await!