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.
The Ultimate Manager: Redux I

The Ultimate Manager: Redux I

6
Comments
2 min read
How to write unit tests in JavaScript with Jest

How to write unit tests in JavaScript with Jest

396
Comments 11
9 min read
Simple Countdown Timer using JavaScript

Simple Countdown Timer using JavaScript

201
Comments 14
5 min read
Unit testing in Nodejs Using Mocha

Unit testing in Nodejs Using Mocha

6
Comments
2 min read
Webpack Academy #0: What is webpack and why use it?

Webpack Academy #0: What is webpack and why use it?

162
Comments 7
3 min read
ArcGIS JSAPI Build Tips

ArcGIS JSAPI Build Tips

6
Comments
4 min read
The Most POWERFUL [JavaScript] Function

The Most POWERFUL [JavaScript] Function

168
Comments 28
11 min read
Convertir un array de objetos a un objeto usando TypeScript

Convertir un array de objetos a un objeto usando TypeScript

10
Comments 1
5 min read
Implementing a basic calculator in JavaScript, the hard way!

Implementing a basic calculator in JavaScript, the hard way!

3
Comments
5 min read
In what order does Jest execute tests anyway? (And how to change it!)

In what order does Jest execute tests anyway? (And how to change it!)

11
Comments
2 min read
Ordenar un arreglo de objetos en Javascript.

Ordenar un arreglo de objetos en Javascript.

4
Comments
1 min read
Angular dynamic components with code-splitting

Angular dynamic components with code-splitting

5
Comments
3 min read
Fall Cohort Open for Registration: Front-End Foxes School

Fall Cohort Open for Registration: Front-End Foxes School

2
Comments 3
2 min read
Passing Props to Child Components in React using TypeScript

Passing Props to Child Components in React using TypeScript

15
Comments 6
3 min read
Let's Write a Binary Adder in the Game of Life!

Let's Write a Binary Adder in the Game of Life!

6
Comments
10 min read
Start Using The jq Tool For JSON in the terminal

Start Using The jq Tool For JSON in the terminal

5
Comments
3 min read
Build a quote switcher with Vanilla JS

Build a quote switcher with Vanilla JS

70
Comments 2
4 min read
What is "this"?

What is "this"?

5
Comments
3 min read
React Hooks Autocomplete Component

React Hooks Autocomplete Component

4
Comments
1 min read
Fart.js- The end of the world

Fart.js- The end of the world

4
Comments
1 min read
How to return a value from an asynchronous function (JavaScript)

How to return a value from an asynchronous function (JavaScript)

5
Comments
2 min read
Create a Netflix clone from Scratch: JavaScript PHP + MySQL Day 8

Create a Netflix clone from Scratch: JavaScript PHP + MySQL Day 8

5
Comments
1 min read
How to Render HTML string in a React component ?

How to Render HTML string in a React component ?

6
Comments
1 min read
Stop using switches the wrong way, use this instead

Stop using switches the wrong way, use this instead

22
Comments 3
2 min read
Tagged Template Literals - The Magic Behind Styled Components

Tagged Template Literals - The Magic Behind Styled Components

79
Comments 7
5 min read
Apprendre Vue.js 3 - Jour 3 : Vuex

Apprendre Vue.js 3 - Jour 3 : Vuex

24
Comments 1
3 min read
Writing Clean Javascript Code for Beginners

Writing Clean Javascript Code for Beginners

5
Comments
4 min read
Best 10 JavaScript libraries to know.

Best 10 JavaScript libraries to know.

7
Comments
2 min read
The three A’s of Unit Testing

The three A’s of Unit Testing

112
Comments 7
2 min read
Electron Adventures: Episode 10: Preload Script

Electron Adventures: Episode 10: Preload Script

14
Comments 1
2 min read
Yarn 3.0 🚀🤖 Performances, ESBuild, Better Patches, ...

Yarn 3.0 🚀🤖 Performances, ESBuild, Better Patches, ...

245
Comments 19
6 min read
Why I prefer Ionic over any other framework and why should you try it out too!!

Why I prefer Ionic over any other framework and why should you try it out too!!

6
Comments 2
1 min read
Simple Analog Clock Using Html, CSS & Javascript

Simple Analog Clock Using Html, CSS & Javascript

789
Comments 55
6 min read
12-ReactJS-02-What is JSX?

12-ReactJS-02-What is JSX?

2
Comments
1 min read
Upgrading to Apollo 3 in Meteor in 3 steps

Upgrading to Apollo 3 in Meteor in 3 steps

6
Comments 5
2 min read
JavaScript Splice: What is JavaScript Splice and What Can It Do?

JavaScript Splice: What is JavaScript Splice and What Can It Do?

7
Comments
3 min read
Day 1 / 100

Day 1 / 100

3
Comments
1 min read
What is the size impact of importing Day.js

What is the size impact of importing Day.js

4
Comments
2 min read
Build a human-like conversational voice AI app and collect customer feedback

Build a human-like conversational voice AI app and collect customer feedback

6
Comments
14 min read
Features introduced in ES2021 ✨✨

Features introduced in ES2021 ✨✨

38
Comments
2 min read
File structure of Svelte apps

File structure of Svelte apps

11
Comments 2
4 min read
Add Dynamic Descriptions to Customize the Payload CMS Admin UI

Add Dynamic Descriptions to Customize the Payload CMS Admin UI

3
Comments 1
2 min read
How to provide the ultimate web dark mode experience

How to provide the ultimate web dark mode experience

4
Comments
2 min read
How I Think About React (A Mental Model for Beginners) | Part 1: What is React?

How I Think About React (A Mental Model for Beginners) | Part 1: What is React?

15
Comments 1
5 min read
Animated text sphere in JavaScript using TagCloud.js

Animated text sphere in JavaScript using TagCloud.js

15
Comments 4
2 min read
My Experience with Next.js

My Experience with Next.js

9
Comments 5
4 min read
The Next Evolution of GraphQL Front Ends

The Next Evolution of GraphQL Front Ends

14
Comments 3
9 min read
#11) Explain call(), apply() & bind() ❓

#11) Explain call(), apply() & bind() ❓

98
Comments
1 min read
How programming is better with TypeScript ?

How programming is better with TypeScript ?

93
Comments 12
2 min read
Cookies vs localStorage vs sessionStorage in JavaScript

Cookies vs localStorage vs sessionStorage in JavaScript

9
Comments
1 min read
Integrate Twilio With Node JS - A Beginner's Guide

Integrate Twilio With Node JS - A Beginner's Guide

29
Comments 2
3 min read
How to resolve Jest issues: tests passing, but code coverage fails!

How to resolve Jest issues: tests passing, but code coverage fails!

7
Comments 2
2 min read
Cross-site Request Forgery Attacks (CSRF): What a frontend developer should know

Cross-site Request Forgery Attacks (CSRF): What a frontend developer should know

44
Comments
8 min read
How I Get a Job as a Software Engineer in Sweden.

How I Get a Job as a Software Engineer in Sweden.

84
Comments 7
5 min read
How to add a Pre-loader in your webpage

How to add a Pre-loader in your webpage

15
Comments 4
2 min read
Binary Search - JavaScript | Plus Big O Performance Explained Simply

Binary Search - JavaScript | Plus Big O Performance Explained Simply

7
Comments
5 min read
Keeping things safe, using React Router !

Keeping things safe, using React Router !

7
Comments
2 min read
Why JavaScript Numbers Are Not Precise

Why JavaScript Numbers Are Not Precise

7
Comments
3 min read
JavaScript (Lexical Structure)

JavaScript (Lexical Structure)

13
Comments 1
4 min read
Electron Adventures: Episode 9: Terminal App

Electron Adventures: Episode 9: Terminal App

6
Comments
3 min read
loading...