DEV Community

JavaScript

Once relegated to the browser as one of the 3 core technologies of the web, JavaScript can now be found almost anywhere you find code. JavaScript developers move fast and push software development forward; they can be as opinionated as the frameworks they use, so let's keep it clean here and make it a place to learn from each other!

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Beyond console.log()

Beyond console.log()

35
Comments 2
4 min read
Creating my first Chrome Extension

Creating my first Chrome Extension

7
Comments
6 min read
Rotating Photo Box Animation

Rotating Photo Box Animation

9
Comments 1
1 min read
How to build Netflix's Coming Soon page in React

How to build Netflix's Coming Soon page in React

28
Comments
1 min read
How to write and use custom hooks in React.js

How to write and use custom hooks in React.js

28
Comments 1
5 min read
[5] JavaScript – Spread operator

[5] JavaScript – Spread operator

20
Comments 3
2 min read
My Day2 with Javascript

My Day2 with Javascript

5
Comments 4
1 min read
Hacking my way into creating a free URL shortening service by knitting several free pieces of the Internet

Hacking my way into creating a free URL shortening service by knitting several free pieces of the Internet

2
Comments
3 min read
Getting started with Eleventy in 11 minutes

Getting started with Eleventy in 11 minutes

98
Comments 2
11 min read
Dark mode easily on the web

Dark mode easily on the web

349
Comments 12
5 min read
Simplest way of Password Hashing with bcrypt by SilvenLEAF

Simplest way of Password Hashing with bcrypt by SilvenLEAF

38
Comments
3 min read
Iterative nested object traversal

Iterative nested object traversal

6
Comments
1 min read
A Light Music Player For Your Audio Projects

A Light Music Player For Your Audio Projects

21
Comments
1 min read
Basic JavaScript Interview Questions

Basic JavaScript Interview Questions

467
Comments 17
3 min read
Is there a topic you wish there was an article about?

Is there a topic you wish there was an article about?

12
Comments 17
1 min read
forEach vs map method in Javascript

forEach vs map method in Javascript

21
Comments
2 min read
A Simple introduction to recursion

A Simple introduction to recursion

25
Comments 13
2 min read
Prevent an object's properties value from updating

Prevent an object's properties value from updating

7
Comments 2
1 min read
Let's React. Learn React in 30 days

Let's React. Learn React in 30 days

283
Comments 6
7 min read
8 things I noticed while working on the company's React js Application.👨🏻‍💻

8 things I noticed while working on the company's React js Application.👨🏻‍💻

10
Comments 2
3 min read
UI Dev Newsletter #29

UI Dev Newsletter #29

5
Comments 1
1 min read
How to override ngx-charts tooltip styles with angular-material theme?

How to override ngx-charts tooltip styles with angular-material theme?

3
Comments
2 min read
Day 2 - Exploring Forms in React with a Facebook login clone

Day 2 - Exploring Forms in React with a Facebook login clone

19
Comments
2 min read
Uploading Images on MongoDB via nodeJS

Uploading Images on MongoDB via nodeJS

79
Comments 9
5 min read
My first project using JavaScript

My first project using JavaScript

8
Comments
6 min read
Quirrel Newsletter #1 - Nibble Ahead

Quirrel Newsletter #1 - Nibble Ahead

3
Comments
4 min read
Svelte, Javascript but coolest

Svelte, Javascript but coolest

12
Comments 1
3 min read
TOP Next.js 10 Features

TOP Next.js 10 Features

7
Comments
4 min read
Why your JavaScript object might not be copied by assigning it to a new variable.

Why your JavaScript object might not be copied by assigning it to a new variable.

3
Comments
1 min read
Node Package Manager (npm)

Node Package Manager (npm)

25
Comments 2
5 min read
Comparing Error Monitoring Services

Comparing Error Monitoring Services

3
Comments
4 min read
Portfolio template with the free version 🔥

Portfolio template with the free version 🔥

4
Comments 3
1 min read
Optional?.Chaining 🤩 - A great gift for Devs

Optional?.Chaining 🤩 - A great gift for Devs

6
Comments 2
1 min read
Day 42 of #100DaysOfCode: Review Promise for JavaScript asynchronous calls

Day 42 of #100DaysOfCode: Review Promise for JavaScript asynchronous calls

5
Comments
2 min read
Advanced TypeScript Exercises - Answer 10

Advanced TypeScript Exercises - Answer 10

8
Comments 1
2 min read
How stringify Proxy to JSON

How stringify Proxy to JSON

7
Comments
1 min read
How to Become a Pro 😎 Front End Developer💻

How to Become a Pro 😎 Front End Developer💻

2069
Comments 32
15 min read
#codevember - 2 - Drips effects - Made with tsParticles

#codevember - 2 - Drips effects - Made with tsParticles

8
Comments
1 min read
Wrapmate Announces Developer Internship

Wrapmate Announces Developer Internship

3
Comments
1 min read
Custom React hook useWindowSize()

Custom React hook useWindowSize()

20
Comments 2
1 min read
How to use React Router

How to use React Router

56
Comments 4
2 min read
useLayoutEffect and the SSR warning

useLayoutEffect and the SSR warning

8
Comments
3 min read
A Detailed overview of NPM, Registry, CLI & it's related Components

A Detailed overview of NPM, Registry, CLI & it's related Components

9
Comments
9 min read
Answer: FreeCodeCamp: I am stuck on “Record Collection”

Answer: FreeCodeCamp: I am stuck on “Record Collection”

2
Comments
1 min read
Hacker Rank: Compare the Triplets

Hacker Rank: Compare the Triplets

2
Comments 2
1 min read
Making interacting with the Airtable API even easier

Making interacting with the Airtable API even easier

12
Comments 2
3 min read
Devs won't need to optimize their apps

Devs won't need to optimize their apps

19
Comments 4
7 min read
Writing custom-elements for elm

Writing custom-elements for elm

15
Comments 3
9 min read
What’s the difference between a library and a framework?

What’s the difference between a library and a framework?

4
Comments
1 min read
Onbeforeunload Not Working

Onbeforeunload Not Working

3
Comments
1 min read
Updating and Deleting Data in Firebase Realtime Database

Updating and Deleting Data in Firebase Realtime Database

11
Comments
2 min read
web accessibility with the axe-core module

web accessibility with the axe-core module

9
Comments
3 min read
Vue.js 3: First Steps

Vue.js 3: First Steps

17
Comments 1
4 min read
Object-fit cross-browser solution

Object-fit cross-browser solution

6
Comments
2 min read
Free React Landing Page Templates!

Free React Landing Page Templates!

35
Comments 2
1 min read
CSS Class Manipulation with Vanilla JavaScript

CSS Class Manipulation with Vanilla JavaScript

16
Comments
4 min read
1 Step to Incentivize Stars and Forks on GitHub

1 Step to Incentivize Stars and Forks on GitHub

185
Comments 18
1 min read
Getting Started with Storybook: How to Develop React Components Without an App

Getting Started with Storybook: How to Develop React Components Without an App

362
Comments 9
5 min read
I Don't Know JS Yet: Declaration and Scope

I Don't Know JS Yet: Declaration and Scope

13
Comments
3 min read
Getting Data from API: fetch

Getting Data from API: fetch

26
Comments
1 min read
loading...