Tuan Tran Vanblog.tuanhadev.tech·Dec 8, 2024🔥 Mastering JavascriptWhen we take our first steps into the wonderful world of programming, we get to see for ourselves what it does for millions of people. It’s thanks to programming that the lives of so many people are made easier, just by pressing a few keys on their d...JavaScript
Subham Gopesavioursubham.hashnode.dev·Jul 30, 2024JavaScript Spread Operators – Explained with Code ExamplesIn javascript Spread operator is represented by three dots ... and is used to expand or spread out elements of an iterable such as an array, string, object. Here are few common use cases: Copying an array const originalArray = [10,20,30]; const cop...#SpreadOperator
Dhanush Ndhanushnehru.hashnode.dev·Jun 13, 2024Super useful console.log tricksWhen developing, debugging or troubleshooting web applications, console.log is one of the most frequently used tools by developers. It offers a straightforward method for outputting data to the console, which helps in understanding code execution and...10 likesJavaScript
Mainul Hasandev.webdevstory.com·Mar 5, 202430 JavaScript Tricky HacksWelcome to our curated collection of JavaScript tricks, which will help you optimize your code, make it more readable, and save you time. Let’s dive into the depths of JavaScript functionalities and hacks that go beyond the conventional and discover ...12 likes·57 readscoding
Sai Pranaysaipranay47.hashnode.dev·Apr 18, 2023Unleash the Sharing Power of the Web Share API - No Superpowers Required! 😎Hey there, web dev enthusiasts! Are you ready to make sharing on the web as smooth as butter? Then grab your cape and hop on board, because today, we're diving into the magical realm of the JavaScript Web Share API! This modern marvel empowers your w...26 likes·36 readsWeb Development
Blesed Josephjorbbey.hashnode.dev·Dec 31, 2022Javascript Best PracticesThese JavaScript best practices can help with enhanced performance, quicker page loads, more readable code, and simpler maintenance and debugging. Well-developed code can also aid in preventing security flaws and errors. Avoid Global Variables The u...29 readsWeb Development
Javascript tipsjavascripttips.hashnode.dev·Aug 6, 2022These clever JavaScript tricks are essential for every developerIn the past 5-10 years, JavaScript's market share has risen to new heights, especially since ES6 launched in June 2015. This made JavaScript the most popular web-development programming language, allowing developers both to create front-end UI as wel...JavaScripttricks