DEV Community

# javascripttips

Posts

đź‘‹ Sign in for the ability to sort posts by relevant, latest, or top.
Boost Your React Performance: How to Use the useCallback Hook

Boost Your React Performance: How to Use the useCallback Hook

2
Comments 4
4 min read
Mastering Data Manipulation with JavaScript Array Methods: Unleash the Power of Arrays

Mastering Data Manipulation with JavaScript Array Methods: Unleash the Power of Arrays

2
Comments
4 min read
Removing Duplicates from JavaScript Arrays: Exploring Multiple Methods for Clean Data

Removing Duplicates from JavaScript Arrays: Exploring Multiple Methods for Clean Data

1
Comments
5 min read
Chrome Extensions using Vite + Typescript + React: Stepwise Process

Chrome Extensions using Vite + Typescript + React: Stepwise Process

1
Comments
4 min read
JS Challenge: Check if a string is a palindrome

JS Challenge: Check if a string is a palindrome

Comments
1 min read
JS Challenge: Reverse the characters of each word in a string

JS Challenge: Reverse the characters of each word in a string

Comments
1 min read
JS Challenge: Count the occurrences of a character/pattern in a string

JS Challenge: Count the occurrences of a character/pattern in a string

Comments
1 min read
JS Challenge: Check if an array has all its values sorted in the ascending order

JS Challenge: Check if an array has all its values sorted in the ascending order

Comments
1 min read
JS Challenge: Sum of the values of an object's properties

JS Challenge: Sum of the values of an object's properties

Comments
1 min read
JS Challenge: Check if all elements in an array are the same

JS Challenge: Check if all elements in an array are the same

Comments
1 min read
ECMAScript vs JavaScript vs TypeScript

ECMAScript vs JavaScript vs TypeScript

Comments 1
3 min read
JS Challenge: Fold a long line of text into lines of 80ish characters without breaking words

JS Challenge: Fold a long line of text into lines of 80ish characters without breaking words

Comments
1 min read
JS Challenge: Remove duplicates from an array

JS Challenge: Remove duplicates from an array

Comments
1 min read
JS Challenge: Create an array and fill with serial numbers

JS Challenge: Create an array and fill with serial numbers

Comments
1 min read
loading...