iampalash.hashnode.dev🔥 7 Awesome JavaScript Carousel LibrariesHi everyone 👋 Today I wanted to share with you 7 Awesome lightweight and dependency-free JavaScript Carousel Libraries for your projects. Carousel basically display images, products, logos, quotes or testimonials in a slideshow format. Also, they ar...Aug 23, 2021·3 min read
iampalash.hashnode.dev🔥 Top 7 JavaScript Array sort() Method Use CasesHi Everyone 👋 Today I wanted to share some of the most common use cases for Array sort() method in JavaScript. The sort() method sorts the elements of an array and returns the sorted array, and no copy is made. The default sort order is ascending. I...Aug 20, 2021·10 min read
iampalash.hashnode.dev🔥 6 Awesome CSS Layout GeneratorsHi everyone 👋 Today I wanted to share with you 6 awesome CSS layout generators/tools that will help you in rapid prototyping and front-end development of CSS layouts for your projects. I hope you will find it useful and bookmark it so that you can r...Aug 13, 2021·3 min read
iampalash.hashnode.devAwesome JavaScript Posts (Week 29)Here is a curated list of the latest posts, blogs and repositories related to JavaScript from last week (week 29). I hope you will find it useful and it will help you to gain more knowledge about what's latest happening in the world of JavaScript. Le...Jul 30, 2021·4 min read
iampalash.hashnode.dev🔥 10 Awesome JavaScript ShorthandsHi everyone 👋 Today I wanted to share with you 10 awesome JavaScript shorthands that will increase your speed by helping you to write less code and do more. Let's start! 1. Merge Arrays Longhand: We usually merge two arrays using Array concat() meth...Jul 25, 2021·7 min read